ammartahircs commited on
Commit
77dd73c
1 Parent(s): 0f50265

Model added

Browse files
config.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "O",
14
+ "1": "B-Period",
15
+ "2": "I-Period",
16
+ "3": "B-Year",
17
+ "4": "I-Year",
18
+ "5": "B-Calendar-Interval",
19
+ "6": "I-Calendar-Interval",
20
+ "7": "B-Month-Of-Year",
21
+ "8": "I-Month-Of-Year",
22
+ "9": "B-Day-Of-Month",
23
+ "10": "I-Day-Of-Month",
24
+ "11": "B-Day-Of-Week",
25
+ "12": "I-Day-Of-Week",
26
+ "13": "B-Hour-Of-Day",
27
+ "14": "I-Hour-Of-Day",
28
+ "15": "B-Minute-Of-Hour",
29
+ "16": "I-Minute-Of-Hour",
30
+ "17": "B-Number",
31
+ "18": "I-Number",
32
+ "19": "B-Second-Of-Minute",
33
+ "20": "I-Second-Of-Minute",
34
+ "21": "B-Time-Zone",
35
+ "22": "I-Time-Zone",
36
+ "23": "B-Part-Of-Day",
37
+ "24": "I-Part-Of-Day",
38
+ "25": "B-Season-Of-Year",
39
+ "26": "I-Season-Of-Year",
40
+ "27": "B-AMPM-Of-Day",
41
+ "28": "I-AMPM-Of-Day",
42
+ "29": "B-Part-Of-Week",
43
+ "30": "I-Part-Of-Week",
44
+ "31": "B-Week-Of-Year",
45
+ "32": "I-Week-Of-Year",
46
+ "33": "B-Two-Digit-Year",
47
+ "34": "I-Two-Digit-Year",
48
+ "35": "B-Sum",
49
+ "36": "I-Sum",
50
+ "37": "B-Difference",
51
+ "38": "I-Difference",
52
+ "39": "B-Union",
53
+ "40": "I-Union",
54
+ "41": "B-Intersection",
55
+ "42": "I-Intersection",
56
+ "43": "B-Every-Nth",
57
+ "44": "I-Every-Nth",
58
+ "45": "B-This",
59
+ "46": "I-This",
60
+ "47": "B-Last",
61
+ "48": "I-Last",
62
+ "49": "B-Next",
63
+ "50": "I-Next",
64
+ "51": "B-Before",
65
+ "52": "I-Before",
66
+ "53": "B-After",
67
+ "54": "I-After",
68
+ "55": "B-Between",
69
+ "56": "I-Between",
70
+ "57": "B-NthFromStart",
71
+ "58": "I-NthFromStart",
72
+ "59": "B-NthFromEnd",
73
+ "60": "I-NthFromEnd",
74
+ "61": "B-Frequency",
75
+ "62": "I-Frequency",
76
+ "63": "B-Modifier",
77
+ "64": "I-Modifier"
78
+ },
79
+ "initializer_range": 0.02,
80
+ "intermediate_size": 3072,
81
+ "label2id": {
82
+ "B-AMPM-Of-Day": 27,
83
+ "B-After": 53,
84
+ "B-Before": 51,
85
+ "B-Between": 55,
86
+ "B-Calendar-Interval": 5,
87
+ "B-Day-Of-Month": 9,
88
+ "B-Day-Of-Week": 11,
89
+ "B-Difference": 37,
90
+ "B-Every-Nth": 43,
91
+ "B-Frequency": 61,
92
+ "B-Hour-Of-Day": 13,
93
+ "B-Intersection": 41,
94
+ "B-Last": 47,
95
+ "B-Minute-Of-Hour": 15,
96
+ "B-Modifier": 63,
97
+ "B-Month-Of-Year": 7,
98
+ "B-Next": 49,
99
+ "B-NthFromEnd": 59,
100
+ "B-NthFromStart": 57,
101
+ "B-Number": 17,
102
+ "B-Part-Of-Day": 23,
103
+ "B-Part-Of-Week": 29,
104
+ "B-Period": 1,
105
+ "B-Season-Of-Year": 25,
106
+ "B-Second-Of-Minute": 19,
107
+ "B-Sum": 35,
108
+ "B-This": 45,
109
+ "B-Time-Zone": 21,
110
+ "B-Two-Digit-Year": 33,
111
+ "B-Union": 39,
112
+ "B-Week-Of-Year": 31,
113
+ "B-Year": 3,
114
+ "I-AMPM-Of-Day": 28,
115
+ "I-After": 54,
116
+ "I-Before": 52,
117
+ "I-Between": 56,
118
+ "I-Calendar-Interval": 6,
119
+ "I-Day-Of-Month": 10,
120
+ "I-Day-Of-Week": 12,
121
+ "I-Difference": 38,
122
+ "I-Every-Nth": 44,
123
+ "I-Frequency": 62,
124
+ "I-Hour-Of-Day": 14,
125
+ "I-Intersection": 42,
126
+ "I-Last": 48,
127
+ "I-Minute-Of-Hour": 16,
128
+ "I-Modifier": 64,
129
+ "I-Month-Of-Year": 8,
130
+ "I-Next": 50,
131
+ "I-NthFromEnd": 60,
132
+ "I-NthFromStart": 58,
133
+ "I-Number": 18,
134
+ "I-Part-Of-Day": 24,
135
+ "I-Part-Of-Week": 30,
136
+ "I-Period": 2,
137
+ "I-Season-Of-Year": 26,
138
+ "I-Second-Of-Minute": 20,
139
+ "I-Sum": 36,
140
+ "I-This": 46,
141
+ "I-Time-Zone": 22,
142
+ "I-Two-Digit-Year": 34,
143
+ "I-Union": 40,
144
+ "I-Week-Of-Year": 32,
145
+ "I-Year": 4,
146
+ "O": 0
147
+ },
148
+ "layer_norm_eps": 1e-05,
149
+ "max_position_embeddings": 514,
150
+ "model_type": "roberta",
151
+ "num_attention_heads": 12,
152
+ "num_hidden_layers": 12,
153
+ "pad_token_id": 1,
154
+ "type_vocab_size": 1,
155
+ "vocab_size": 50265
156
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fae6c5ae2e5956b270eb407eebb8ff4aa513a714d7c0234473b900ab758840b
3
+ size 496427251
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c90ef48f377d3a403dfcf052c618f678b8989de7a0f43ba7491a43513f98e9a9
3
+ size 498829175
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 512}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921c45af070db33b002ea8f23cb2b889a7b948dc9da5404f70ef95fd100fd162
3
+ size 1297
vocab.json ADDED
The diff for this file is too large to render. See raw diff