Upload 3 files
Browse filesHomework of MindNLP Camp
- IA3_sequence_classification.ipynb +0 -0
- adapter_config.json +17 -0
- adapter_model.ckpt +3 -0
IA3_sequence_classification.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
adapter_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name_or_path": "roberta-large",
|
| 3 |
+
"fan_in_fan_out": false,
|
| 4 |
+
"feedforward_modules": [
|
| 5 |
+
"output.dense"
|
| 6 |
+
],
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_ia3_weights": true,
|
| 9 |
+
"modules_to_save": null,
|
| 10 |
+
"peft_type": "IA3",
|
| 11 |
+
"target_modules": [
|
| 12 |
+
"key",
|
| 13 |
+
"value",
|
| 14 |
+
"output.dense"
|
| 15 |
+
],
|
| 16 |
+
"task_type": "SEQ_CLS"
|
| 17 |
+
}
|
adapter_model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:409332ae2a111934055c7400cb377e67228166a8b32bb331891d26657222aff1
|
| 3 |
+
size 4903757
|