Rename model.safetensors.index.json to generation_config.json
Browse files- generation_config.json +12 -0
- model.safetensors.index.json +0 -37
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 128000,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
128001,
|
| 6 |
+
128008,
|
| 7 |
+
128009
|
| 8 |
+
],
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_p": 0.9,
|
| 11 |
+
"transformers_version": "4.45.0"
|
| 12 |
+
}
|
model.safetensors.index.json
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"alpha_pattern": {},
|
| 3 |
-
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit",
|
| 5 |
-
"bias": "none",
|
| 6 |
-
"eva_config": null,
|
| 7 |
-
"exclude_modules": null,
|
| 8 |
-
"fan_in_fan_out": false,
|
| 9 |
-
"inference_mode": true,
|
| 10 |
-
"init_lora_weights": true,
|
| 11 |
-
"layer_replication": null,
|
| 12 |
-
"layers_pattern": null,
|
| 13 |
-
"layers_to_transform": null,
|
| 14 |
-
"loftq_config": {},
|
| 15 |
-
"lora_alpha": 16,
|
| 16 |
-
"lora_bias": false,
|
| 17 |
-
"lora_dropout": 0,
|
| 18 |
-
"megatron_config": null,
|
| 19 |
-
"megatron_core": "megatron.core",
|
| 20 |
-
"modules_to_save": null,
|
| 21 |
-
"peft_type": "LORA",
|
| 22 |
-
"r": 16,
|
| 23 |
-
"rank_pattern": {},
|
| 24 |
-
"revision": null,
|
| 25 |
-
"target_modules": [
|
| 26 |
-
"k_proj",
|
| 27 |
-
"v_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
-
"o_proj",
|
| 30 |
-
"gate_proj",
|
| 31 |
-
"down_proj",
|
| 32 |
-
"up_proj"
|
| 33 |
-
],
|
| 34 |
-
"task_type": "CAUSAL_LM",
|
| 35 |
-
"use_dora": false,
|
| 36 |
-
"use_rslora": false
|
| 37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|