Spaces:
Build error
Build error
Delete config.json
Browse files- config.json +0 -37
config.json
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"BertForSequenceClassification"
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"gradient_checkpointing": false,
|
7 |
-
"hidden_act": "gelu",
|
8 |
-
"hidden_dropout_prob": 0.1,
|
9 |
-
"hidden_size": 768,
|
10 |
-
"id2label": {
|
11 |
-
"0": "toxic",
|
12 |
-
"1": "severe_toxic",
|
13 |
-
"2": "obscene",
|
14 |
-
"3": "threat",
|
15 |
-
"4": "insult",
|
16 |
-
"5": "identity_hate"
|
17 |
-
},
|
18 |
-
"initializer_range": 0.02,
|
19 |
-
"intermediate_size": 3072,
|
20 |
-
"label2id": {
|
21 |
-
"toxic": 0,
|
22 |
-
"severe_toxic": 1,
|
23 |
-
"obscene": 2,
|
24 |
-
"threat": 3,
|
25 |
-
"insult": 4,
|
26 |
-
"identity_hate": 5
|
27 |
-
},
|
28 |
-
"problem_type": "multi_label_classification",
|
29 |
-
"layer_norm_eps": 1e-12,
|
30 |
-
"max_position_embeddings": 512,
|
31 |
-
"model_type": "bert",
|
32 |
-
"num_attention_heads": 12,
|
33 |
-
"num_hidden_layers": 12,
|
34 |
-
"pad_token_id": 0,
|
35 |
-
"type_vocab_size": 2,
|
36 |
-
"vocab_size": 30522
|
37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|