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

Model: cross-encoder/nli-deberta-v3-small
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 16:44:12 +08:00
commit 333b9f0eaa
20 changed files with 512455 additions and 0 deletions

15
special_tokens_map.json Executable file
View File

@@ -0,0 +1,15 @@
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}