ronanki commited on
Commit
cf1144e
1 Parent(s): 149e175

Pushing all_mpnet model

Browse files

Model trained on all possible combinations of the text on 5 epocs

Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "[UNK]", "pad_token": "<pad>", "mask_token": "<mask>", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "/root/.cache/torch/sentence_transformers/ronanki_all-mpnet-base-v2-2022-11-07/", "special_tokens_map_file": null, "tokenizer_class": "MPNetTokenizer"}