cartesinus commited on
Commit
36f09d2
1 Parent(s): 47ef436

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "o",
15
+ "1": "b-av_alias",
16
+ "10": "b-location",
17
+ "11": "i-location",
18
+ "12": "b-name",
19
+ "13": "i-name",
20
+ "14": "b-phone_number",
21
+ "15": "i-phone_number",
22
+ "16": "b-phone_type",
23
+ "17": "b-email",
24
+ "18": "b-to",
25
+ "19": "i-to",
26
+ "2": "i-av_alias",
27
+ "20": "b-subject",
28
+ "21": "i-subject",
29
+ "22": "b-message",
30
+ "23": "i-message",
31
+ "24": "b-sender_address",
32
+ "25": "b-time",
33
+ "26": "i-time",
34
+ "27": "b-label",
35
+ "28": "i-label",
36
+ "29": "b-priority",
37
+ "3": "b-device_name",
38
+ "30": "i-priority",
39
+ "31": "b-caption",
40
+ "32": "i-caption",
41
+ "33": "b-picture_url",
42
+ "34": "b-status",
43
+ "35": "i-status",
44
+ "36": "b-album",
45
+ "37": "i-album",
46
+ "38": "b-weight",
47
+ "39": "i-weight",
48
+ "4": "b-value",
49
+ "40": "b-file_name",
50
+ "41": "i-file_name",
51
+ "42": "b-mail",
52
+ "43": "b-file_size",
53
+ "44": "i-file_size",
54
+ "45": "b-mime_type",
55
+ "46": "b-filter",
56
+ "47": "b-hashtag",
57
+ "48": "b-date_month",
58
+ "49": "b-date_day",
59
+ "5": "i-value",
60
+ "50": "i-date_day",
61
+ "51": "b-count",
62
+ "52": "b-portal",
63
+ "53": "i-portal",
64
+ "54": "b-section",
65
+ "55": "b-sender",
66
+ "56": "i-sender",
67
+ "57": "b-channel",
68
+ "58": "b-username",
69
+ "59": "i-username",
70
+ "6": "b-event_name",
71
+ "60": "i-channel",
72
+ "61": "b-purpose",
73
+ "62": "i-purpose",
74
+ "63": "b-topic",
75
+ "64": "b-percent",
76
+ "65": "b-playlist",
77
+ "66": "i-playlist",
78
+ "67": "b-song",
79
+ "68": "i-song",
80
+ "69": "b-artist",
81
+ "7": "i-event_name",
82
+ "70": "i-artist",
83
+ "71": "b-seek_time",
84
+ "72": "b-text",
85
+ "73": "i-text",
86
+ "74": "b-all_lang",
87
+ "75": "b-src_lang",
88
+ "76": "b-trg_lang",
89
+ "77": "b-translator",
90
+ "78": "b-img_query",
91
+ "79": "i-img_query",
92
+ "8": "b-date",
93
+ "80": "b-txt_query",
94
+ "81": "i-txt_query",
95
+ "82": "b-query",
96
+ "83": "i-query",
97
+ "84": "b-category",
98
+ "85": "i-category",
99
+ "86": "b-rating",
100
+ "87": "b-review_count",
101
+ "88": "b-channel_id",
102
+ "89": "i-channel_id",
103
+ "9": "i-date"
104
+ },
105
+ "initializer_range": 0.02,
106
+ "intermediate_size": 3072,
107
+ "label2id": {
108
+ "b-album": "36",
109
+ "b-all_lang": "74",
110
+ "b-artist": "69",
111
+ "b-av_alias": "1",
112
+ "b-caption": "31",
113
+ "b-category": "84",
114
+ "b-channel": "57",
115
+ "b-channel_id": "88",
116
+ "b-count": "51",
117
+ "b-date": "8",
118
+ "b-date_day": "49",
119
+ "b-date_month": "48",
120
+ "b-device_name": "3",
121
+ "b-email": "17",
122
+ "b-event_name": "6",
123
+ "b-file_name": "40",
124
+ "b-file_size": "43",
125
+ "b-filter": "46",
126
+ "b-hashtag": "47",
127
+ "b-img_query": "78",
128
+ "b-label": "27",
129
+ "b-location": "10",
130
+ "b-mail": "42",
131
+ "b-message": "22",
132
+ "b-mime_type": "45",
133
+ "b-name": "12",
134
+ "b-percent": "64",
135
+ "b-phone_number": "14",
136
+ "b-phone_type": "16",
137
+ "b-picture_url": "33",
138
+ "b-playlist": "65",
139
+ "b-portal": "52",
140
+ "b-priority": "29",
141
+ "b-purpose": "61",
142
+ "b-query": "82",
143
+ "b-rating": "86",
144
+ "b-review_count": "87",
145
+ "b-section": "54",
146
+ "b-seek_time": "71",
147
+ "b-sender": "55",
148
+ "b-sender_address": "24",
149
+ "b-song": "67",
150
+ "b-src_lang": "75",
151
+ "b-status": "34",
152
+ "b-subject": "20",
153
+ "b-text": "72",
154
+ "b-time": "25",
155
+ "b-to": "18",
156
+ "b-topic": "63",
157
+ "b-translator": "77",
158
+ "b-trg_lang": "76",
159
+ "b-txt_query": "80",
160
+ "b-username": "58",
161
+ "b-value": "4",
162
+ "b-weight": "38",
163
+ "i-album": "37",
164
+ "i-artist": "70",
165
+ "i-av_alias": "2",
166
+ "i-caption": "32",
167
+ "i-category": "85",
168
+ "i-channel": "60",
169
+ "i-channel_id": "89",
170
+ "i-date": "9",
171
+ "i-date_day": "50",
172
+ "i-event_name": "7",
173
+ "i-file_name": "41",
174
+ "i-file_size": "44",
175
+ "i-img_query": "79",
176
+ "i-label": "28",
177
+ "i-location": "11",
178
+ "i-message": "23",
179
+ "i-name": "13",
180
+ "i-phone_number": "15",
181
+ "i-playlist": "66",
182
+ "i-portal": "53",
183
+ "i-priority": "30",
184
+ "i-purpose": "62",
185
+ "i-query": "83",
186
+ "i-sender": "56",
187
+ "i-song": "68",
188
+ "i-status": "35",
189
+ "i-subject": "21",
190
+ "i-text": "73",
191
+ "i-time": "26",
192
+ "i-to": "19",
193
+ "i-txt_query": "81",
194
+ "i-username": "59",
195
+ "i-value": "5",
196
+ "i-weight": "39",
197
+ "o": "0"
198
+ },
199
+ "layer_norm_eps": 1e-05,
200
+ "max_position_embeddings": 514,
201
+ "model_type": "xlm-roberta",
202
+ "num_attention_heads": 12,
203
+ "num_hidden_layers": 12,
204
+ "output_past": true,
205
+ "pad_token_id": 1,
206
+ "position_embedding_type": "absolute",
207
+ "torch_dtype": "float32",
208
+ "transformers_version": "4.27.4",
209
+ "type_vocab_size": 1,
210
+ "use_cache": true,
211
+ "vocab_size": 250002
212
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e3d61c486d60a482033421129fbf455df3e9ebc8b7d83d424850a4656f9d17
3
+ size 1110161773
runs/Mar31_11-21-16_5226ab28d5c1/1680261853.9447048/events.out.tfevents.1680261853.5226ab28d5c1.133.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8b770e96c9487d9f9c9f3a8d8501ae72056d969c9a1873448d2172c384c351
3
+ size 5856
runs/Mar31_11-21-16_5226ab28d5c1/events.out.tfevents.1680261853.5226ab28d5c1.133.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7078af799e85ba5f8bd2a62bdecba96e8040a3d596c5e82be5348e09a4ca0f92
3
+ size 8835
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
+ size 17082758
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "__type": "AddedToken",
7
+ "content": "<mask>",
8
+ "lstrip": true,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "model_max_length": 512,
14
+ "pad_token": "<pad>",
15
+ "sep_token": "</s>",
16
+ "special_tokens_map_file": null,
17
+ "tokenizer_class": "XLMRobertaTokenizer",
18
+ "unk_token": "<unk>"
19
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed266978925dd213fbcef979550ddc2f1631a8a8ac343f7abfcca7b8a4371f4
3
+ size 3579