xugefu commited on
Commit
0e0d44a
1 Parent(s): 92052b8

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -6
  2. tokenizer_config.json +0 -4
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 4096,
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
@@ -32,15 +32,11 @@
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
35
- "max_length": 4096,
36
  "model_max_length": 1000000000000000019884624838656,
37
  "pad_token": "<unk>",
38
  "padding_side": "left",
39
  "sp_model_kwargs": {},
40
- "stride": 0,
41
  "tokenizer_class": "LlamaTokenizer",
42
- "truncation_side": "right",
43
- "truncation_strategy": "longest_first",
44
  "unk_token": "<unk>",
45
  "use_default_system_prompt": false
46
  }
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
 
35
  "model_max_length": 1000000000000000019884624838656,
36
  "pad_token": "<unk>",
37
  "padding_side": "left",
38
  "sp_model_kwargs": {},
 
39
  "tokenizer_class": "LlamaTokenizer",
 
 
40
  "unk_token": "<unk>",
41
  "use_default_system_prompt": false
42
  }