globalyako commited on
Commit
019d617
·
verified ·
1 Parent(s): 81ef8c6

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 +3 -2
special_tokens_map.json CHANGED
@@ -13,5 +13,11 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|eot_id|>"
 
 
 
 
 
 
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }
tokenizer_config.json CHANGED
@@ -2058,7 +2058,8 @@
2058
  "input_ids",
2059
  "attention_mask"
2060
  ],
2061
- "model_max_length": 1000000000000000019884624838656,
2062
- "pad_token": "<|eot_id|>",
 
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2058
  "input_ids",
2059
  "attention_mask"
2060
  ],
2061
+ "model_max_length": 8192,
2062
+ "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizerFast"
2065
  }