Upload folder using huggingface_hub
Browse files
instruction_residual_adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter_type": "instruction_residual",
|
| 3 |
+
"base_model_name_or_path": "/workspace/Qwen/Qwen2.5-32B",
|
| 4 |
+
"target_modules": [
|
| 5 |
+
"all"
|
| 6 |
+
],
|
| 7 |
+
"lora_alpha": 1.0,
|
| 8 |
+
"lora_dropout": 0.0,
|
| 9 |
+
"task_type": "CAUSAL_LM"
|
| 10 |
+
}
|
instruction_residual_adapter/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84b078f85c56111803f7f4707c16890c8ee0af8294758cc8c70b6bf231260d4e
|
| 3 |
+
size 65528010703
|