bogdanraduta commited on
Commit
2f24160
·
verified ·
1 Parent(s): 824682b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +59 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "cyber_intrusion",
16
+ "1": "defamation",
17
+ "2": "election_integrity",
18
+ "3": "extremism",
19
+ "4": "fraud_deception",
20
+ "5": "hate_incitement",
21
+ "6": "illicit_drugs",
22
+ "7": "property_crime",
23
+ "8": "self_harm",
24
+ "9": "sexual_exploitation",
25
+ "10": "violent_facilitation",
26
+ "11": "weapons_cbrn"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "is_decoder": false,
31
+ "label2id": {
32
+ "cyber_intrusion": 0,
33
+ "defamation": 1,
34
+ "election_integrity": 2,
35
+ "extremism": 3,
36
+ "fraud_deception": 4,
37
+ "hate_incitement": 5,
38
+ "illicit_drugs": 6,
39
+ "property_crime": 7,
40
+ "self_harm": 8,
41
+ "sexual_exploitation": 9,
42
+ "violent_facilitation": 10,
43
+ "weapons_cbrn": 11
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "max_position_embeddings": 514,
47
+ "model_type": "xlm-roberta",
48
+ "num_attention_heads": 12,
49
+ "num_hidden_layers": 12,
50
+ "output_past": true,
51
+ "pad_token_id": 1,
52
+ "position_embedding_type": "absolute",
53
+ "problem_type": "multi_label_classification",
54
+ "tie_word_embeddings": true,
55
+ "transformers_version": "5.15.0",
56
+ "type_vocab_size": 1,
57
+ "use_cache": false,
58
+ "vocab_size": 250002
59
+ }