Transformers
unsloth
welyjesch commited on
Commit
edca6be
·
verified ·
1 Parent(s): ac91345

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. special_tokens_map.json +7 -1
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -16,5 +16,11 @@
16
  "rstrip": false,
17
  "single_word": false
18
  },
19
- "pad_token": "<custom_token_7>"
 
 
 
 
 
 
20
  }
 
16
  "rstrip": false,
17
  "single_word": false
18
  },
19
+ "pad_token": {
20
+ "content": "<custom_token_7>",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ }
26
  }
tokenizer_config.json CHANGED
@@ -231535,7 +231535,7 @@
231535
  ],
231536
  "model_max_length": 131072,
231537
  "pad_token": "<custom_token_7>",
231538
- "padding_side": "right",
231539
  "tokenizer_class": "PreTrainedTokenizerFast",
231540
  "unk_token": null
231541
  }
 
231535
  ],
231536
  "model_max_length": 131072,
231537
  "pad_token": "<custom_token_7>",
231538
+ "padding_side": "left",
231539
  "tokenizer_class": "PreTrainedTokenizerFast",
231540
  "unk_token": null
231541
  }