add model files
Browse files- config.json +46 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"AlbertForSequenceClassification"
|
4 |
+
],
|
5 |
+
"problem_type": "multi_label_classification",
|
6 |
+
"id2label": {
|
7 |
+
"0": "toxic",
|
8 |
+
"1": "severe_toxic",
|
9 |
+
"2": "obscene",
|
10 |
+
"3": "threat",
|
11 |
+
"4": "insult",
|
12 |
+
"5": "identity_hate"
|
13 |
+
},
|
14 |
+
"label2id": {
|
15 |
+
"toxic": 0,
|
16 |
+
"severe_toxic": 1,
|
17 |
+
"obscene": 2,
|
18 |
+
"threat": 3,
|
19 |
+
"insult": 4,
|
20 |
+
"identity_hate": 5
|
21 |
+
},
|
22 |
+
"attention_probs_dropout_prob": 0,
|
23 |
+
"bos_token_id": 2,
|
24 |
+
"classifier_dropout_prob": 0.1,
|
25 |
+
"down_scale_factor": 1,
|
26 |
+
"embedding_size": 128,
|
27 |
+
"eos_token_id": 3,
|
28 |
+
"gap_size": 0,
|
29 |
+
"hidden_act": "gelu_new",
|
30 |
+
"hidden_dropout_prob": 0,
|
31 |
+
"hidden_size": 768,
|
32 |
+
"initializer_range": 0.02,
|
33 |
+
"inner_group_num": 1,
|
34 |
+
"intermediate_size": 3072,
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "albert",
|
38 |
+
"net_structure_type": 0,
|
39 |
+
"num_attention_heads": 12,
|
40 |
+
"num_hidden_groups": 1,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"num_memory_blocks": 0,
|
43 |
+
"pad_token_id": 0,
|
44 |
+
"type_vocab_size": 2,
|
45 |
+
"vocab_size": 30000
|
46 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:694dde790c4e6a9c60b52f906f14509f7eb9526cebea9cee181d7da54dea02d5
|
3 |
+
size 46765777
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|