Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +26 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter_config": {
|
| 3 |
+
"r": 32,
|
| 4 |
+
"lora_alpha": 64,
|
| 5 |
+
"lora_dropout": 0.1,
|
| 6 |
+
"target_modules": [
|
| 7 |
+
"q_proj",
|
| 8 |
+
"k_proj",
|
| 9 |
+
"v_proj",
|
| 10 |
+
"o_proj",
|
| 11 |
+
"gate_proj",
|
| 12 |
+
"up_proj",
|
| 13 |
+
"down_proj"
|
| 14 |
+
],
|
| 15 |
+
"description": "Maximum quality, higher memory requirements"
|
| 16 |
+
},
|
| 17 |
+
"training_config": {
|
| 18 |
+
"dataset_format": "instruction",
|
| 19 |
+
"max_seq_length": 1024,
|
| 20 |
+
"num_epochs": 2,
|
| 21 |
+
"batch_size": 8,
|
| 22 |
+
"learning_rate": 0.0001
|
| 23 |
+
},
|
| 24 |
+
"base_model": "google/gemma-2-2b-it",
|
| 25 |
+
"created_by": "MLResearcher"
|
| 26 |
+
}
|