Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -43,9 +43,9 @@
|
|
| 43 |
"rope_theta": 500000.0,
|
| 44 |
"tie_word_embeddings": true,
|
| 45 |
"torch_dtype": "bfloat16",
|
| 46 |
-
"transformers_version": "4.
|
| 47 |
"unsloth_fixed": true,
|
| 48 |
-
"unsloth_version": "2025.3.
|
| 49 |
"use_cache": true,
|
| 50 |
"vocab_size": 128256
|
| 51 |
}
|
|
|
|
| 43 |
"rope_theta": 500000.0,
|
| 44 |
"tie_word_embeddings": true,
|
| 45 |
"torch_dtype": "bfloat16",
|
| 46 |
+
"transformers_version": "4.49.0",
|
| 47 |
"unsloth_fixed": true,
|
| 48 |
+
"unsloth_version": "2025.3.18",
|
| 49 |
"use_cache": true,
|
| 50 |
"vocab_size": 128256
|
| 51 |
}
|
generation_config.json
CHANGED
|
@@ -10,5 +10,5 @@
|
|
| 10 |
"pad_token_id": 128004,
|
| 11 |
"temperature": 0.6,
|
| 12 |
"top_p": 0.9,
|
| 13 |
-
"transformers_version": "4.
|
| 14 |
}
|
|
|
|
| 10 |
"pad_token_id": 128004,
|
| 11 |
"temperature": 0.6,
|
| 12 |
"top_p": 0.9,
|
| 13 |
+
"transformers_version": "4.49.0"
|
| 14 |
}
|