sparrow8i8 commited on
Commit
000ecfe
·
verified ·
1 Parent(s): 7a3be12

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (2) hide show
  1. README.md +2 -1
  2. tokenizer_config.json +1 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
4
  ---
5
 
6
  # Model Card for Model ID
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - unsloth
5
  ---
6
 
7
  # Model Card for Model ID
tokenizer_config.json CHANGED
@@ -2060,7 +2060,7 @@
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
- "padding_side": "left",
2064
  "tokenizer_class": "PreTrainedTokenizer",
2065
  "unk_token": null
2066
  }
 
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizer",
2065
  "unk_token": null
2066
  }