* Update README.md * 更新 bert_models.json * fix * Update data_utils.py * Update infer.py * performance improve * Feat: support auto split in webui (#158) * Feat: support auto split in webui * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: Sora <atri@suzakuintsubaki.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
15 lines
414 B
JSON
15 lines
414 B
JSON
{
|
|
"deberta-v2-large-japanese": {
|
|
"repo_id": "ku-nlp/deberta-v2-large-japanese",
|
|
"files": ["pytorch_model.bin"]
|
|
},
|
|
"chinese-roberta-wwm-ext-large": {
|
|
"repo_id": "hfl/chinese-roberta-wwm-ext-large",
|
|
"files": ["pytorch_model.bin"]
|
|
},
|
|
"deberta-v3-large": {
|
|
"repo_id": "microsoft/deberta-v3-large",
|
|
"files": ["spm.model", "pytorch_model.bin"]
|
|
}
|
|
}
|