Update config.json
Browse files- config.json +2 -28
config.json
CHANGED
|
@@ -1,31 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"BertForSequenceClassification"
|
| 4 |
-
],
|
| 5 |
-
"model_name": "heb-beavers-dam",
|
| 6 |
-
"tokenizer_name": "heb-beavers-dam",
|
| 7 |
-
"attention_probs_dropout_prob": 0.1,
|
| 8 |
-
"gradient_checkpointing": false,
|
| 9 |
-
"hidden_act": "gelu",
|
| 10 |
-
"hidden_dropout_prob": 0.1,
|
| 11 |
-
"hidden_size": 768,
|
| 12 |
-
"id2label": {
|
| 13 |
-
"0": "not_abusive",
|
| 14 |
-
"1": "abusive"
|
| 15 |
-
},
|
| 16 |
-
"initializer_range": 0.02,
|
| 17 |
-
"intermediate_size": 3072,
|
| 18 |
-
"label2id": {
|
| 19 |
-
"not_abusive": 0,
|
| 20 |
-
"abusive": 1
|
| 21 |
-
},
|
| 22 |
-
"layer_norm_eps": 1e-12,
|
| 23 |
-
"max_position_embeddings": 512,
|
| 24 |
"model_type": "bert",
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"pad_token_id": 0,
|
| 28 |
-
"total_flos": 6997313242916978688,
|
| 29 |
-
"type_vocab_size": 2,
|
| 30 |
-
"vocab_size": 30522
|
| 31 |
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"model_type": "bert",
|
| 3 |
+
"model_name": "heb-beavers-dam",
|
| 4 |
+
"tokenizer_name": "heb-beavers-dam"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|