-
Notifications
You must be signed in to change notification settings - Fork 24
Add googlebert multilingual uncased #59
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 multilingual uncased #59
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-multilingual-uncasedmodel to the project, including configuration, documentation, and licensing. The main changes are the introduction of model metadata, optimization workflows, and configuration files for Intel hardware, as well as updates to project-level configuration counts.New model addition and configuration:
google-bert/bert-base-multilingual-uncasedto the model list, including metadata, supported runtimes, and the model's relative path. (.aitk/configs/model_list.json)google-bert-bert-base-multilingual-uncased/aitk/bert-base-multilingual-uncased_context_ov_static.json)google-bert-bert-base-multilingual-uncased/aitk/bert-base-multilingual-uncased_context_ov_static.json.config)Documentation and licensing:
google-bert-bert-base-multilingual-uncased/aitk/README.md)google-bert-bert-base-multilingual-uncased/LICENSE)Project configuration updates:
.aitk/configs/checks.json).gitignorefor the new model directory to exclude caches and history files from version control. (google-bert-bert-base-multilingual-uncased/aitk/.gitignore)