vaatsav06 commited on
Commit
8293f90
·
verified ·
1 Parent(s): 9d90520

Trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. tokenizer.json +14 -2
  2. tokenizer_config.json +3 -2
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 128000,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 131072,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 128009,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<|eot_id|>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 128000,
tokenizer_config.json CHANGED
@@ -2059,6 +2059,7 @@
2059
  ],
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|eot_id|>",
2062
- "padding_side": "left",
2063
- "tokenizer_class": "PreTrainedTokenizerFast"
 
2064
  }
 
2059
  ],
2060
  "model_max_length": 131072,
2061
  "pad_token": "<|eot_id|>",
2062
+ "padding": true,
2063
+ "tokenizer_class": "PreTrainedTokenizerFast",
2064
+ "truncation": true
2065
  }