system HF staff commited on
Commit
2963775
1 Parent(s): ea673e6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +137 -0
config.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "eos_token_id": 2,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "-",
14
+ "1": "--",
15
+ "2": "----",
16
+ "3": "B-Algorithm",
17
+ "4": "B-Application",
18
+ "5": "B-Class",
19
+ "6": "B-Code_Block",
20
+ "7": "B-Data_Structure",
21
+ "8": "B-Data_Type",
22
+ "9": "B-Device",
23
+ "10": "B-Error_Name",
24
+ "11": "B-File_Name",
25
+ "12": "B-File_Type",
26
+ "13": "B-Function",
27
+ "14": "B-HTML_XML_Tag",
28
+ "15": "B-Keyboard_IP",
29
+ "16": "B-Language",
30
+ "17": "B-Library",
31
+ "18": "B-Licence",
32
+ "19": "B-Operating_System",
33
+ "20": "B-Organization",
34
+ "21": "B-Output_Block",
35
+ "22": "B-User_Interface_Element",
36
+ "23": "B-User_Name",
37
+ "24": "B-Value",
38
+ "25": "B-Variable",
39
+ "26": "B-Version",
40
+ "27": "B-Website",
41
+ "28": "I-Algorithm",
42
+ "29": "I-Application",
43
+ "30": "I-Class",
44
+ "31": "I-Code_Block",
45
+ "32": "I-Data_Structure",
46
+ "33": "I-Data_Type",
47
+ "34": "I-Device",
48
+ "35": "I-Error_Name",
49
+ "36": "I-File_Name",
50
+ "37": "I-File_Type",
51
+ "38": "I-Function",
52
+ "39": "I-HTML_XML_Tag",
53
+ "40": "I-Keyboard_IP",
54
+ "41": "I-Language",
55
+ "42": "I-Library",
56
+ "43": "I-Licence",
57
+ "44": "I-Operating_System",
58
+ "45": "I-Output_Block",
59
+ "46": "I-User_Interface_Element",
60
+ "47": "I-User_Name",
61
+ "48": "I-Value",
62
+ "49": "I-Variable",
63
+ "50": "I-Version",
64
+ "51": "I-Website",
65
+ "52": "MAIN",
66
+ "53": "--MEDIA",
67
+ "54": "O"
68
+ },
69
+ "initializer_range": 0.02,
70
+ "intermediate_size": 3072,
71
+ "label2id": {
72
+ "-": 0,
73
+ "--": 1,
74
+ "----": 2,
75
+ "--MEDIA": 53,
76
+ "B-Algorithm": 3,
77
+ "B-Application": 4,
78
+ "B-Class": 5,
79
+ "B-Code_Block": 6,
80
+ "B-Data_Structure": 7,
81
+ "B-Data_Type": 8,
82
+ "B-Device": 9,
83
+ "B-Error_Name": 10,
84
+ "B-File_Name": 11,
85
+ "B-File_Type": 12,
86
+ "B-Function": 13,
87
+ "B-HTML_XML_Tag": 14,
88
+ "B-Keyboard_IP": 15,
89
+ "B-Language": 16,
90
+ "B-Library": 17,
91
+ "B-Licence": 18,
92
+ "B-Operating_System": 19,
93
+ "B-Organization": 20,
94
+ "B-Output_Block": 21,
95
+ "B-User_Interface_Element": 22,
96
+ "B-User_Name": 23,
97
+ "B-Value": 24,
98
+ "B-Variable": 25,
99
+ "B-Version": 26,
100
+ "B-Website": 27,
101
+ "I-Algorithm": 28,
102
+ "I-Application": 29,
103
+ "I-Class": 30,
104
+ "I-Code_Block": 31,
105
+ "I-Data_Structure": 32,
106
+ "I-Data_Type": 33,
107
+ "I-Device": 34,
108
+ "I-Error_Name": 35,
109
+ "I-File_Name": 36,
110
+ "I-File_Type": 37,
111
+ "I-Function": 38,
112
+ "I-HTML_XML_Tag": 39,
113
+ "I-Keyboard_IP": 40,
114
+ "I-Language": 41,
115
+ "I-Library": 42,
116
+ "I-Licence": 43,
117
+ "I-Operating_System": 44,
118
+ "I-Output_Block": 45,
119
+ "I-User_Interface_Element": 46,
120
+ "I-User_Name": 47,
121
+ "I-Value": 48,
122
+ "I-Variable": 49,
123
+ "I-Version": 50,
124
+ "I-Website": 51,
125
+ "MAIN": 52,
126
+ "O": 54
127
+ },
128
+ "layer_norm_eps": 1e-05,
129
+ "max_position_embeddings": 514,
130
+ "model_type": "roberta",
131
+ "num_attention_heads": 12,
132
+ "num_hidden_layers": 12,
133
+ "output_past": true,
134
+ "pad_token_id": 1,
135
+ "type_vocab_size": 1,
136
+ "vocab_size": 50265
137
+ }