Rename config (1).json to config.json
Browse files
config (1).json → config.json
RENAMED
|
@@ -35,5 +35,13 @@
|
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
"transformers_version": "4.44.2",
|
| 37 |
"use_cache": true,
|
| 38 |
-
"vocab_size": 50257
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
|
|
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
"transformers_version": "4.44.2",
|
| 37 |
"use_cache": true,
|
| 38 |
+
"vocab_size": 50257,
|
| 39 |
+
"peft_type": "LORA",
|
| 40 |
+
"lora_alpha": 64,
|
| 41 |
+
"lora_dropout": 0.1,
|
| 42 |
+
"r": 32,
|
| 43 |
+
"target_modules": [
|
| 44 |
+
"attn.c_attn",
|
| 45 |
+
"mlp.c_fc"
|
| 46 |
+
]
|
| 47 |
}
|