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

Model: ddobokki/klue-roberta-small-nli-sts
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 17:08:20 +08:00
commit a0f0eaa886
13 changed files with 32192 additions and 0 deletions

1
tokenizer_config.json Normal file
View File

@@ -0,0 +1 @@
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "bos_token": "[CLS]", "eos_token": "[SEP]", "model_max_length": 512, "special_tokens_map_file": "/root/.cache/torch/sentence_transformers/klue_roberta-small/special_tokens_map.json", "name_or_path": "/content/drive/MyDrive/sentence_transformers/model2/", "tokenizer_class": "BertTokenizer"}