Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- adapter_config.json +12 -0
- adapter_model.safetensors +3 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name": "gpt2-medium",
|
| 3 |
+
"task_type": "CAUSAL_LM",
|
| 4 |
+
"r": 8,
|
| 5 |
+
"lora_alpha": 16,
|
| 6 |
+
"lora_dropout": 0.1,
|
| 7 |
+
"target_modules": [
|
| 8 |
+
"c_fc",
|
| 9 |
+
"c_proj",
|
| 10 |
+
"c_attn"
|
| 11 |
+
]
|
| 12 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f2d85aab84c9a5e5da03a8bf23ddf16069ff6a3978155d46c24163fd7107cc9
|
| 3 |
+
size 12607304
|