This commit is contained in:
Nils Reimers 2021-08-30 20:12:19 +00:00
parent 990fc11762
commit c4dfcde8a3
12 changed files with 1 additions and 1 deletions

0
.gitattributes vendored Normal file → Executable file
View File

0
1_Pooling/config.json Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
config.json Normal file → Executable file
View File

0
config_sentence_transformers.json Normal file → Executable file
View File

0
modules.json Normal file → Executable file
View File

0
pytorch_model.bin Normal file → Executable file
View File

0
sentence_bert_config.json Normal file → Executable file
View File

0
special_tokens_map.json Normal file → Executable file
View File

0
tokenizer.json Normal file → Executable file
View File

2
tokenizer_config.json Normal file → Executable file
View File

@ -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, "special_tokens_map_file": "/home/ukp-reimers/.cache/huggingface/transformers/1e5909e4dfaa904617797ed35a6105a23daa56cbefca48fef329f772584699fb.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "old_models/paraphrase-MiniLM-L6-v2/0_Transformer", "do_basic_tokenize": true, "never_split": null}
{"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": "nreimers/MiniLM-L6-H384-uncased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512}

0
vocab.txt Normal file → Executable file
View File