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

Model: sentence-transformers/facebook-dpr-ctx_encoder-multiset-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-23 02:58:16 +08:00
commit 0b18e2ded3
27 changed files with 65254 additions and 0 deletions

1
tokenizer_config.json Normal file
View File

@@ -0,0 +1 @@
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": "dpr-context-encoder/special_tokens_map.json", "full_tokenizer_file": null, "name_or_path": "old_models/facebook-dpr-ctx_encoder-multiset-base/0_Transformer", "do_basic_tokenize": true, "never_split": null}