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

Model: ceggian/sbert_pt_reddit_mnr_512
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-30 03:47:17 +08:00
commit da357a4bfb
12 changed files with 61424 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, "do_basic_tokenize": true, "never_split": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "ceggian/bert_post_trained_reddit_batch512", "tokenizer_class": "BertTokenizer"}