Akash190104 commited on
Commit
c51c2fb
·
verified ·
1 Parent(s): 3c26bc6

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -12,12 +12,5 @@
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<|eot_id|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
  }
23
  }
 
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
 
 
 
 
 
 
 
15
  }
16
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:239e0b552d764f83a7bcfb5974cbc788d2b25e49d3bc9e2f6d70ec5e03c8a823
3
- size 17210195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
tokenizer_config.json CHANGED
@@ -2054,18 +2054,10 @@
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|eot_id|>",
2056
  "extra_special_tokens": {},
2057
- "max_length": 256,
2058
  "model_input_names": [
2059
  "input_ids",
2060
  "attention_mask"
2061
  ],
2062
  "model_max_length": 131072,
2063
- "pad_to_multiple_of": null,
2064
- "pad_token": "<|eot_id|>",
2065
- "pad_token_type_id": 0,
2066
- "padding_side": "right",
2067
- "stride": 0,
2068
- "tokenizer_class": "PreTrainedTokenizerFast",
2069
- "truncation_side": "right",
2070
- "truncation_strategy": "longest_first"
2071
  }
 
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|eot_id|>",
2056
  "extra_special_tokens": {},
 
2057
  "model_input_names": [
2058
  "input_ids",
2059
  "attention_mask"
2060
  ],
2061
  "model_max_length": 131072,
2062
+ "tokenizer_class": "PreTrainedTokenizerFast"
 
 
 
 
 
 
 
2063
  }