amalnuaimi commited on
Commit
47eaec7
1 Parent(s): f80eeac

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-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": "Book/description",
13
+ "1": "Book/name",
14
+ "2": "BookFormatType",
15
+ "3": "Boolean",
16
+ "4": "Brand",
17
+ "5": "CategoryCode",
18
+ "6": "CoordinateAT",
19
+ "7": "Country",
20
+ "8": "CreativeWork",
21
+ "9": "CreativeWork/name",
22
+ "10": "CreativeWorkSeries",
23
+ "11": "Date",
24
+ "12": "DateTime",
25
+ "13": "DayOfWeek",
26
+ "14": "DeliveryMethod",
27
+ "15": "Distance",
28
+ "16": "Duration",
29
+ "17": "EducationalOccupationalCredential",
30
+ "18": "Energy",
31
+ "19": "Event/description",
32
+ "20": "Event/name",
33
+ "21": "EventAttendanceModeEnumeration",
34
+ "22": "EventStatusType",
35
+ "23": "GenderType",
36
+ "24": "Hotel/description",
37
+ "25": "Hotel/name",
38
+ "26": "IdentifierAT",
39
+ "27": "ItemAvailability",
40
+ "28": "ItemList",
41
+ "29": "JobPosting/description",
42
+ "30": "JobPosting/name",
43
+ "31": "Language",
44
+ "32": "LocalBusiness/name",
45
+ "33": "LocationFeatureSpecification",
46
+ "34": "Mass",
47
+ "35": "MonetaryAmount",
48
+ "36": "Movie/description",
49
+ "37": "Movie/name",
50
+ "38": "Museum/name",
51
+ "39": "MusicAlbum/name",
52
+ "40": "MusicArtistAT",
53
+ "41": "MusicRecording/name",
54
+ "42": "Number",
55
+ "43": "OccupationalExperienceRequirements",
56
+ "44": "OfferItemCondition",
57
+ "45": "Organization",
58
+ "46": "Person/name",
59
+ "47": "Photograph",
60
+ "48": "Place/name",
61
+ "49": "PostalAddress",
62
+ "50": "Product/description",
63
+ "51": "Product/name",
64
+ "52": "ProductModel",
65
+ "53": "QuantitativeValue",
66
+ "54": "Rating",
67
+ "55": "Recipe/description",
68
+ "56": "Recipe/name",
69
+ "57": "Restaurant/name",
70
+ "58": "RestrictedDiet",
71
+ "59": "Review",
72
+ "60": "SportsEvent/name",
73
+ "61": "SportsTeam",
74
+ "62": "TVEpisode/name",
75
+ "63": "Time",
76
+ "64": "URL",
77
+ "65": "addressLocality",
78
+ "66": "addressRegion",
79
+ "67": "category",
80
+ "68": "currency",
81
+ "69": "email",
82
+ "70": "faxNumber",
83
+ "71": "openingHours",
84
+ "72": "paymentAccepted",
85
+ "73": "postalCode",
86
+ "74": "price",
87
+ "75": "priceRange",
88
+ "76": "streetAddress",
89
+ "77": "telephone",
90
+ "78": "unitCode",
91
+ "79": "unitText",
92
+ "80": "weight",
93
+ "81": "workHours"
94
+ },
95
+ "initializer_range": 0.02,
96
+ "label2id": {
97
+ "Book/description": 0,
98
+ "Book/name": 1,
99
+ "BookFormatType": 2,
100
+ "Boolean": 3,
101
+ "Brand": 4,
102
+ "CategoryCode": 5,
103
+ "CoordinateAT": 6,
104
+ "Country": 7,
105
+ "CreativeWork": 8,
106
+ "CreativeWork/name": 9,
107
+ "CreativeWorkSeries": 10,
108
+ "Date": 11,
109
+ "DateTime": 12,
110
+ "DayOfWeek": 13,
111
+ "DeliveryMethod": 14,
112
+ "Distance": 15,
113
+ "Duration": 16,
114
+ "EducationalOccupationalCredential": 17,
115
+ "Energy": 18,
116
+ "Event/description": 19,
117
+ "Event/name": 20,
118
+ "EventAttendanceModeEnumeration": 21,
119
+ "EventStatusType": 22,
120
+ "GenderType": 23,
121
+ "Hotel/description": 24,
122
+ "Hotel/name": 25,
123
+ "IdentifierAT": 26,
124
+ "ItemAvailability": 27,
125
+ "ItemList": 28,
126
+ "JobPosting/description": 29,
127
+ "JobPosting/name": 30,
128
+ "Language": 31,
129
+ "LocalBusiness/name": 32,
130
+ "LocationFeatureSpecification": 33,
131
+ "Mass": 34,
132
+ "MonetaryAmount": 35,
133
+ "Movie/description": 36,
134
+ "Movie/name": 37,
135
+ "Museum/name": 38,
136
+ "MusicAlbum/name": 39,
137
+ "MusicArtistAT": 40,
138
+ "MusicRecording/name": 41,
139
+ "Number": 42,
140
+ "OccupationalExperienceRequirements": 43,
141
+ "OfferItemCondition": 44,
142
+ "Organization": 45,
143
+ "Person/name": 46,
144
+ "Photograph": 47,
145
+ "Place/name": 48,
146
+ "PostalAddress": 49,
147
+ "Product/description": 50,
148
+ "Product/name": 51,
149
+ "ProductModel": 52,
150
+ "QuantitativeValue": 53,
151
+ "Rating": 54,
152
+ "Recipe/description": 55,
153
+ "Recipe/name": 56,
154
+ "Restaurant/name": 57,
155
+ "RestrictedDiet": 58,
156
+ "Review": 59,
157
+ "SportsEvent/name": 60,
158
+ "SportsTeam": 61,
159
+ "TVEpisode/name": 62,
160
+ "Time": 63,
161
+ "URL": 64,
162
+ "addressLocality": 65,
163
+ "addressRegion": 66,
164
+ "category": 67,
165
+ "currency": 68,
166
+ "email": 69,
167
+ "faxNumber": 70,
168
+ "openingHours": 71,
169
+ "paymentAccepted": 72,
170
+ "postalCode": 73,
171
+ "price": 74,
172
+ "priceRange": 75,
173
+ "streetAddress": 76,
174
+ "telephone": 77,
175
+ "unitCode": 78,
176
+ "unitText": 79,
177
+ "weight": 80,
178
+ "workHours": 81
179
+ },
180
+ "max_position_embeddings": 512,
181
+ "model_type": "distilbert",
182
+ "n_heads": 12,
183
+ "n_layers": 6,
184
+ "output_past": true,
185
+ "pad_token_id": 0,
186
+ "problem_type": "single_label_classification",
187
+ "qa_dropout": 0.1,
188
+ "seq_classif_dropout": 0.2,
189
+ "sinusoidal_pos_embds": false,
190
+ "tie_weights_": true,
191
+ "torch_dtype": "float32",
192
+ "transformers_version": "4.35.0",
193
+ "vocab_size": 28996
194
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96541686c0879ceb108a4ac964771c47ccf9355fa2e0d129edc52c036433d073
3
+ size 263390776
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:bdb72a46c87f847ec3b8ccaa72ebc04ff48707eea20c39b2b3e02bef1e799fff
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff