up
Browse files- .gitattributes +0 -0
- 1_Pooling/config.json +0 -0
- README.md +0 -0
- config.json +0 -0
- config_sentence_transformers.json +0 -0
- modules.json +0 -0
- pytorch_model.bin +0 -0
- sentence_bert_config.json +0 -0
- special_tokens_map.json +0 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- vocab.txt +0 -0
.gitattributes
CHANGED
File without changes
|
1_Pooling/config.json
CHANGED
File without changes
|
README.md
CHANGED
File without changes
|
config.json
CHANGED
File without changes
|
config_sentence_transformers.json
CHANGED
File without changes
|
modules.json
CHANGED
File without changes
|
pytorch_model.bin
CHANGED
File without changes
|
sentence_bert_config.json
CHANGED
File without changes
|
special_tokens_map.json
CHANGED
File without changes
|
tokenizer.json
CHANGED
File without changes
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
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, "
|
|
|
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, "name_or_path": "microsoft/MiniLM-L12-H384-uncased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512}
|
vocab.txt
CHANGED
File without changes
|