Upload folder using huggingface_hub
Browse files- adapter_config.json +15 -0
- adapter_weights.safetensors +3 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter_type": "lora",
|
| 3 |
+
"adapter_version": "1.0",
|
| 4 |
+
"lora_r": 16,
|
| 5 |
+
"lora_alpha": 32,
|
| 6 |
+
"lora_dropout": 0.1,
|
| 7 |
+
"target_modules": [
|
| 8 |
+
"classifier",
|
| 9 |
+
"count_embed",
|
| 10 |
+
"count_pred",
|
| 11 |
+
"encoder",
|
| 12 |
+
"span_rep"
|
| 13 |
+
],
|
| 14 |
+
"created_at": "2026-02-19T11:32:49.634453Z"
|
| 15 |
+
}
|
adapter_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62b933ca8979a28fe60d96f0e9f28a1a83d4d6987befb8c0d0e07f80c3ec2598
|
| 3 |
+
size 13146960
|