Upload folder using huggingface_hub
Browse files- config.json +2 -3
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -31,9 +30,9 @@
|
|
| 31 |
"rope_theta": 500000.0,
|
| 32 |
"tie_word_embeddings": true,
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
-
"transformers_version": "4.
|
| 35 |
"unsloth_fixed": true,
|
| 36 |
-
"unsloth_version": "2025.3.
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 156940
|
| 39 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LlamaForCausalLM"
|
| 4 |
],
|
|
|
|
| 30 |
"rope_theta": 500000.0,
|
| 31 |
"tie_word_embeddings": true,
|
| 32 |
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.51.3",
|
| 34 |
"unsloth_fixed": true,
|
| 35 |
+
"unsloth_version": "2025.3.18",
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 156940
|
| 38 |
}
|
generation_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"pad_token_id": 128004,
|
| 8 |
"temperature": 0.6,
|
| 9 |
"top_p": 0.9,
|
| 10 |
-
"transformers_version": "4.
|
| 11 |
}
|
|
|
|
| 7 |
"pad_token_id": 128004,
|
| 8 |
"temperature": 0.6,
|
| 9 |
"top_p": 0.9,
|
| 10 |
+
"transformers_version": "4.51.3"
|
| 11 |
}
|