enyuan commited on
Commit
7402168
·
verified ·
1 Parent(s): 740523c

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -6
  2. tokenizer_config.json +4 -0
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -44456,11 +44456,15 @@
44456
  "clean_up_tokenization_spaces": false,
44457
  "eos_token": "</s>",
44458
  "legacy": false,
 
44459
  "model_max_length": 1000000000000000019884624838656,
44460
  "pad_token": "<PAD>",
44461
  "padding_side": "right",
44462
  "sp_model_kwargs": {},
 
44463
  "tokenizer_class": "LlamaTokenizer",
 
 
44464
  "unk_token": "<unk>",
44465
  "use_default_system_prompt": false
44466
  }
 
44456
  "clean_up_tokenization_spaces": false,
44457
  "eos_token": "</s>",
44458
  "legacy": false,
44459
+ "max_length": 512,
44460
  "model_max_length": 1000000000000000019884624838656,
44461
  "pad_token": "<PAD>",
44462
  "padding_side": "right",
44463
  "sp_model_kwargs": {},
44464
+ "stride": 0,
44465
  "tokenizer_class": "LlamaTokenizer",
44466
+ "truncation_side": "right",
44467
+ "truncation_strategy": "longest_first",
44468
  "unk_token": "<unk>",
44469
  "use_default_system_prompt": false
44470
  }