Draft
Conversation
Contributor
|
@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”),
|
added 2 commits
September 2, 2025 15:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.