Commit
·
c7c435d
1
Parent(s):
e48a4d5
add config
Browse files- config.json +9 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
|
@@ -11,8 +11,16 @@
|
|
| 11 |
"hidden_act": "gelu",
|
| 12 |
"hidden_dropout_prob": 0.1,
|
| 13 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"layer_norm_eps": 1e-05,
|
| 17 |
"max_position_embeddings": 514,
|
| 18 |
"model_type": "roberta",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "andersonquizhpe/eee",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 11 |
"hidden_act": "gelu",
|
| 12 |
"hidden_dropout_prob": 0.1,
|
| 13 |
"hidden_size": 768,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "No acoso",
|
| 16 |
+
"1": "acoso"
|
| 17 |
+
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
+
"label2id": {
|
| 21 |
+
"No acoso": 0,
|
| 22 |
+
"acoso": 1
|
| 23 |
+
},
|
| 24 |
"layer_norm_eps": 1e-05,
|
| 25 |
"max_position_embeddings": 514,
|
| 26 |
"model_type": "roberta",
|