Spaces:
Sleeping
Sleeping
Commit
·
de10675
1
Parent(s):
6a1c86c
adding configs
Browse files- fusion/adapter_fusion_config.json +20 -0
- fusion/head_config.json +21 -0
fusion/adapter_fusion_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"key": true,
|
| 4 |
+
"query": true,
|
| 5 |
+
"query_before_ln": false,
|
| 6 |
+
"regularization": true,
|
| 7 |
+
"residual_before": false,
|
| 8 |
+
"temperature": false,
|
| 9 |
+
"value": true,
|
| 10 |
+
"value_before_softmax": true,
|
| 11 |
+
"value_initialized": true
|
| 12 |
+
},
|
| 13 |
+
"config_id": "39f0b9fc022449eb",
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"model_class": "BertAdapterModel",
|
| 16 |
+
"model_name": "UBC-NLP/MARBERT",
|
| 17 |
+
"model_type": "bert",
|
| 18 |
+
"name": "aoc(3),aoc(4),sarcasm",
|
| 19 |
+
"version": "3.2.1"
|
| 20 |
+
}
|
fusion/head_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"activation_function": "tanh",
|
| 4 |
+
"bias": true,
|
| 5 |
+
"head_type": "classification",
|
| 6 |
+
"label2id": {
|
| 7 |
+
"LABEL_0": 0,
|
| 8 |
+
"LABEL_1": 1,
|
| 9 |
+
"LABEL_2": 2
|
| 10 |
+
},
|
| 11 |
+
"layers": 2,
|
| 12 |
+
"num_labels": 3,
|
| 13 |
+
"use_pooler": false
|
| 14 |
+
},
|
| 15 |
+
"hidden_size": 768,
|
| 16 |
+
"model_class": "BertAdapterModel",
|
| 17 |
+
"model_name": "UBC-NLP/MARBERT",
|
| 18 |
+
"model_type": "bert",
|
| 19 |
+
"name": "aoc(3)_fusion",
|
| 20 |
+
"version": "3.2.1"
|
| 21 |
+
}
|