Mukalingam0813
commited on
Training in progress, epoch 1
Browse files- config.json +106 -0
- model.safetensors +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-multilingual-cased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Pornography",
|
13 |
+
"1": "Erotica",
|
14 |
+
"2": "Adult Content",
|
15 |
+
"3": "Crime",
|
16 |
+
"4": "Sexual Assault",
|
17 |
+
"5": "Violent Crime",
|
18 |
+
"6": "Terrorist Attacks",
|
19 |
+
"7": "Counterterrorism",
|
20 |
+
"8": "Smoking",
|
21 |
+
"9": "Vaping",
|
22 |
+
"10": "Tobacco Use",
|
23 |
+
"11": "Military Conflict",
|
24 |
+
"12": "War",
|
25 |
+
"13": "International Relations",
|
26 |
+
"14": "Pandemic",
|
27 |
+
"15": "Vaccines",
|
28 |
+
"16": "Health Guidelines",
|
29 |
+
"17": "COVID-19 News",
|
30 |
+
"18": "Cybersecurity",
|
31 |
+
"19": "Hacking",
|
32 |
+
"20": "Malware",
|
33 |
+
"21": "Addiction",
|
34 |
+
"22": "Substance Abuse",
|
35 |
+
"23": "Rehabilitation",
|
36 |
+
"24": "Hate Speech",
|
37 |
+
"25": "Offensive Language",
|
38 |
+
"26": "Discrimination",
|
39 |
+
"27": "Racism",
|
40 |
+
"28": "Homophobia",
|
41 |
+
"29": "Accidents",
|
42 |
+
"30": "Disasters",
|
43 |
+
"31": "Public Safety",
|
44 |
+
"32": "Weapons",
|
45 |
+
"33": "Gun Control",
|
46 |
+
"34": "Accidents ",
|
47 |
+
"35": " Public Safety",
|
48 |
+
"36": "Firearms",
|
49 |
+
"37": "Weapons "
|
50 |
+
},
|
51 |
+
"initializer_range": 0.02,
|
52 |
+
"label2id": {
|
53 |
+
" Public Safety": 35,
|
54 |
+
"Accidents": 29,
|
55 |
+
"Accidents ": 34,
|
56 |
+
"Addiction": 21,
|
57 |
+
"Adult Content": 2,
|
58 |
+
"COVID-19 News": 17,
|
59 |
+
"Counterterrorism": 7,
|
60 |
+
"Crime": 3,
|
61 |
+
"Cybersecurity": 18,
|
62 |
+
"Disasters": 30,
|
63 |
+
"Discrimination": 26,
|
64 |
+
"Erotica": 1,
|
65 |
+
"Firearms": 36,
|
66 |
+
"Gun Control": 33,
|
67 |
+
"Hacking": 19,
|
68 |
+
"Hate Speech": 24,
|
69 |
+
"Health Guidelines": 16,
|
70 |
+
"Homophobia": 28,
|
71 |
+
"International Relations": 13,
|
72 |
+
"Malware": 20,
|
73 |
+
"Military Conflict": 11,
|
74 |
+
"Offensive Language": 25,
|
75 |
+
"Pandemic": 14,
|
76 |
+
"Pornography": 0,
|
77 |
+
"Public Safety": 31,
|
78 |
+
"Racism": 27,
|
79 |
+
"Rehabilitation": 23,
|
80 |
+
"Sexual Assault": 4,
|
81 |
+
"Smoking": 8,
|
82 |
+
"Substance Abuse": 22,
|
83 |
+
"Terrorist Attacks": 6,
|
84 |
+
"Tobacco Use": 10,
|
85 |
+
"Vaccines": 15,
|
86 |
+
"Vaping": 9,
|
87 |
+
"Violent Crime": 5,
|
88 |
+
"War": 12,
|
89 |
+
"Weapons": 32,
|
90 |
+
"Weapons ": 37
|
91 |
+
},
|
92 |
+
"max_position_embeddings": 512,
|
93 |
+
"model_type": "distilbert",
|
94 |
+
"n_heads": 12,
|
95 |
+
"n_layers": 6,
|
96 |
+
"output_past": true,
|
97 |
+
"pad_token_id": 0,
|
98 |
+
"problem_type": "single_label_classification",
|
99 |
+
"qa_dropout": 0.1,
|
100 |
+
"seq_classif_dropout": 0.2,
|
101 |
+
"sinusoidal_pos_embds": false,
|
102 |
+
"tie_weights_": true,
|
103 |
+
"torch_dtype": "float32",
|
104 |
+
"transformers_version": "4.44.0",
|
105 |
+
"vocab_size": 119547
|
106 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a213500632f5325b98761e755ab6173ba6d56047da7dd8c0f2169ece030ca493
|
3 |
+
size 541428120
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": false,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c6d1ae0ec39c6e03bbc59d68fe10ea0fcf5df3462c0be2dcf3468fe1ba91dfd
|
3 |
+
size 5240
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|