Clemylia-LLMs commited on
Commit
81d9fae
·
verified ·
1 Parent(s): f6d6799

Ajout du tokenizer associé au modèle final

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -1
tokenizer_config.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "backend": "tokenizers",
 
 
3
  "model_max_length": 1000000000000000019884624838656,
4
  "pad_token": "[PAD]",
5
- "tokenizer_class": "TokenizersBackend"
 
 
 
6
  }
 
1
  {
2
  "backend": "tokenizers",
3
+ "is_local": true,
4
+ "max_length": 128,
5
  "model_max_length": 1000000000000000019884624838656,
6
  "pad_token": "[PAD]",
7
+ "stride": 0,
8
+ "tokenizer_class": "TokenizersBackend",
9
+ "truncation_side": "right",
10
+ "truncation_strategy": "longest_first"
11
  }