Clemylia commited on
Commit
2bd302b
·
verified ·
1 Parent(s): 254167f

Upload du tokenizer du modèle complet

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -14,8 +14,15 @@
14
  "clean_up_tokenization_spaces": false,
15
  "eos_token": "<|endoftext|>",
16
  "extra_special_tokens": {},
 
17
  "model_max_length": 1024,
 
18
  "pad_token": "<|endoftext|>",
 
 
 
19
  "tokenizer_class": "GPT2Tokenizer",
 
 
20
  "unk_token": "<|endoftext|>"
21
  }
 
14
  "clean_up_tokenization_spaces": false,
15
  "eos_token": "<|endoftext|>",
16
  "extra_special_tokens": {},
17
+ "max_length": 182,
18
  "model_max_length": 1024,
19
+ "pad_to_multiple_of": null,
20
  "pad_token": "<|endoftext|>",
21
+ "pad_token_type_id": 0,
22
+ "padding_side": "right",
23
+ "stride": 0,
24
  "tokenizer_class": "GPT2Tokenizer",
25
+ "truncation_side": "right",
26
+ "truncation_strategy": "longest_first",
27
  "unk_token": "<|endoftext|>"
28
  }