-
Notifications
You must be signed in to change notification settings - Fork 24
Add googlebert chinese #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add googlebert chinese #74
Conversation
|
@urnotdfs please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This pull request adds support for the
google-bert/bert-base-chinesemodel, including configuration, documentation, and licensing files, as well as updates to model and dataset lists. The changes enable optimization workflows for this model across multiple hardware platforms and ensure proper dataset integration and licensing compliance.Model Addition and Integration
google-bert/bert-base-chinesemodel to.aitk/configs/model_list.json, specifying supported runtimes, architecture, status, and metadata for integration.google-bert-bert-base-chinese/aitk/bert-base-chinese_context_ov_static.jsonconfiguration file to define optimization and quantization workflows for Intel CPU/NPU/GPU using OpenVINO, including dataset, evaluator, and conversion pass details..configfile (bert-base-chinese_context_ov_static.json.config) to provide UI and automation for runtime selection, quantization dataset parameters, and evaluation toggles.google-bert-bert-base-chinese/aitk/README.md) detailing optimization workflows, supported hardware, and performance benchmarks for the model.Dataset List and Subset Updates
.aitk/configs/model_list.jsonto addwikimedia/wikipediato the dataset list and subset mapping, ensuring the new model can use this dataset for quantization and evaluation. [1] [2]Licensing and Housekeeping
.gitignorefile for the model's directory to exclude cache, history, and Python bytecode files from version control.Configuration Versioning
.aitk/configs/checks.jsonto reflect the addition of new model and dataset entries.