Update config.json
Browse files- config.json +8 -17
config.json
CHANGED
|
@@ -1,20 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
|
| 4 |
-
],
|
| 5 |
"base_model_name": "roberta-base",
|
|
|
|
| 6 |
"dropout": 0.1,
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
"
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
},
|
| 13 |
-
"label2id": {
|
| 14 |
-
"LABEL_0": 0,
|
| 15 |
-
"LABEL_1": 1,
|
| 16 |
-
"LABEL_2": 2
|
| 17 |
-
},
|
| 18 |
-
"model_type": "cap",
|
| 19 |
-
"transformers_version": "5.14.1"
|
| 20 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["CAPModel"],
|
| 3 |
+
"model_type": "cap",
|
|
|
|
| 4 |
"base_model_name": "roberta-base",
|
| 5 |
+
"num_labels": 3,
|
| 6 |
"dropout": 0.1,
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "modeling_cap.CAPConfig",
|
| 9 |
+
"AutoModel": "modeling_cap.CAPModel"
|
| 10 |
+
}
|
| 11 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|