DragosGorduza commited on
Commit
469e0af
1 Parent(s): a29749e

Pushing fiqa sent bert gpl 1400 steps trained model

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -14
tokenizer_config.json CHANGED
@@ -1,22 +1,15 @@
1
  {
2
- "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
- "cls_token": "<s>",
 
5
  "do_lower_case": true,
6
- "eos_token": "</s>",
7
- "mask_token": "<mask>",
8
- "max_length": 128,
9
  "model_max_length": 512,
10
- "pad_to_multiple_of": null,
11
- "pad_token": "<pad>",
12
- "pad_token_type_id": 0,
13
- "padding_side": "right",
14
- "sep_token": "</s>",
15
- "stride": 0,
16
  "strip_accents": null,
17
  "tokenize_chinese_chars": true,
18
- "tokenizer_class": "MPNetTokenizer",
19
- "truncation_side": "right",
20
- "truncation_strategy": "longest_first",
21
  "unk_token": "[UNK]"
22
  }
 
1
  {
 
2
  "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
  "do_lower_case": true,
6
+ "mask_token": "[MASK]",
 
 
7
  "model_max_length": 512,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
 
 
 
11
  "strip_accents": null,
12
  "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
 
 
14
  "unk_token": "[UNK]"
15
  }