初始化项目,由ModelHub XC社区提供模型

Model: pouxie/LaBSE-en-ru-bviolet
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-28 17:06:11 +08:00
commit 4c78b1dc49
12 changed files with 110580 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "cointegrated/LaBSE-en-ru",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/home/bviolet/.cache/huggingface/hub/models--cointegrated--LaBSE-en-ru/snapshots/9e6d1e5fa79584f5346a5262b69bb6dc64b46f98/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}