Upload folder using huggingface_hub
Browse files- adapter_config.json +3 -3
- config.json +1 -1
- generation_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"
|
| 28 |
"down_proj",
|
| 29 |
"k_proj",
|
| 30 |
-
"gate_proj",
|
| 31 |
"up_proj",
|
|
|
|
| 32 |
"o_proj",
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"v_proj",
|
| 28 |
"down_proj",
|
| 29 |
"k_proj",
|
|
|
|
| 30 |
"up_proj",
|
| 31 |
+
"gate_proj",
|
| 32 |
"o_proj",
|
| 33 |
+
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"rope_theta": 500000.0,
|
| 25 |
"tie_word_embeddings": false,
|
| 26 |
"torch_dtype": "bfloat16",
|
| 27 |
-
"transformers_version": "4.
|
| 28 |
"unsloth_version": "2024.9",
|
| 29 |
"use_cache": true,
|
| 30 |
"vocab_size": 128256
|
|
|
|
| 24 |
"rope_theta": 500000.0,
|
| 25 |
"tie_word_embeddings": false,
|
| 26 |
"torch_dtype": "bfloat16",
|
| 27 |
+
"transformers_version": "4.52.4",
|
| 28 |
"unsloth_version": "2024.9",
|
| 29 |
"use_cache": true,
|
| 30 |
"vocab_size": 128256
|
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.52.4"
|
| 11 |
}
|