xtorresm commited on
Commit
ba831f1
·
1 Parent(s): 09d66d6

distilbert-base-cased

Browse files
Files changed (4) hide show
  1. README.md +58 -0
  2. config.json +173 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: distilbert-base-cased
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # distilbert-base-cased
15
+
16
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1298
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 2
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.0714 | 1.0 | 328 | 0.1348 |
50
+ | 0.0593 | 2.0 | 656 | 0.1298 |
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.34.0
56
+ - Pytorch 2.1.0+cu121
57
+ - Datasets 2.14.5
58
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "B-artist",
13
+ "1": "I-track",
14
+ "2": "I-movie_name",
15
+ "3": "B-timeRange",
16
+ "4": "B-object_part_of_series_type",
17
+ "5": "I-object_type",
18
+ "6": "B-poi",
19
+ "7": "I-object_name",
20
+ "8": "B-object_type",
21
+ "9": "I-object_location_type",
22
+ "10": "B-condition_description",
23
+ "11": "B-track",
24
+ "12": "B-playlist",
25
+ "13": "I-poi",
26
+ "14": "B-year",
27
+ "15": "B-entity_name",
28
+ "16": "B-state",
29
+ "17": "B-location_name",
30
+ "18": "B-rating_value",
31
+ "19": "B-music_item",
32
+ "20": "I-restaurant_name",
33
+ "21": "I-album",
34
+ "22": "I-facility",
35
+ "23": "I-genre",
36
+ "24": "B-restaurant_type",
37
+ "25": "B-geographic_poi",
38
+ "26": "B-service",
39
+ "27": "B-object_name",
40
+ "28": "B-party_size_number",
41
+ "29": "I-current_location",
42
+ "30": "B-genre",
43
+ "31": "I-city",
44
+ "32": "I-object_part_of_series_type",
45
+ "33": "B-rating_unit",
46
+ "34": "I-movie_type",
47
+ "35": "B-current_location",
48
+ "36": "B-spatial_relation",
49
+ "37": "I-party_size_description",
50
+ "38": "B-city",
51
+ "39": "I-timeRange",
52
+ "40": "I-entity_name",
53
+ "41": "B-object_select",
54
+ "42": "B-served_dish",
55
+ "43": "I-playlist_owner",
56
+ "44": "I-cuisine",
57
+ "45": "I-service",
58
+ "46": "B-condition_temperature",
59
+ "47": "I-spatial_relation",
60
+ "48": "I-playlist",
61
+ "49": "B-restaurant_name",
62
+ "50": "I-object_select",
63
+ "51": "O",
64
+ "52": "I-restaurant_type",
65
+ "53": "B-best_rating",
66
+ "54": "B-object_location_type",
67
+ "55": "B-sort",
68
+ "56": "B-album",
69
+ "57": "B-movie_name",
70
+ "58": "B-movie_type",
71
+ "59": "I-sort",
72
+ "60": "I-artist",
73
+ "61": "B-party_size_description",
74
+ "62": "B-playlist_owner",
75
+ "63": "I-location_name",
76
+ "64": "I-served_dish",
77
+ "65": "I-country",
78
+ "66": "I-geographic_poi",
79
+ "67": "I-state",
80
+ "68": "B-country",
81
+ "69": "B-facility",
82
+ "70": "I-music_item",
83
+ "71": "B-cuisine"
84
+ },
85
+ "initializer_range": 0.02,
86
+ "label2id": {
87
+ "LABEL_0": 0,
88
+ "LABEL_1": 1,
89
+ "LABEL_10": 10,
90
+ "LABEL_11": 11,
91
+ "LABEL_12": 12,
92
+ "LABEL_13": 13,
93
+ "LABEL_14": 14,
94
+ "LABEL_15": 15,
95
+ "LABEL_16": 16,
96
+ "LABEL_17": 17,
97
+ "LABEL_18": 18,
98
+ "LABEL_19": 19,
99
+ "LABEL_2": 2,
100
+ "LABEL_20": 20,
101
+ "LABEL_21": 21,
102
+ "LABEL_22": 22,
103
+ "LABEL_23": 23,
104
+ "LABEL_24": 24,
105
+ "LABEL_25": 25,
106
+ "LABEL_26": 26,
107
+ "LABEL_27": 27,
108
+ "LABEL_28": 28,
109
+ "LABEL_29": 29,
110
+ "LABEL_3": 3,
111
+ "LABEL_30": 30,
112
+ "LABEL_31": 31,
113
+ "LABEL_32": 32,
114
+ "LABEL_33": 33,
115
+ "LABEL_34": 34,
116
+ "LABEL_35": 35,
117
+ "LABEL_36": 36,
118
+ "LABEL_37": 37,
119
+ "LABEL_38": 38,
120
+ "LABEL_39": 39,
121
+ "LABEL_4": 4,
122
+ "LABEL_40": 40,
123
+ "LABEL_41": 41,
124
+ "LABEL_42": 42,
125
+ "LABEL_43": 43,
126
+ "LABEL_44": 44,
127
+ "LABEL_45": 45,
128
+ "LABEL_46": 46,
129
+ "LABEL_47": 47,
130
+ "LABEL_48": 48,
131
+ "LABEL_49": 49,
132
+ "LABEL_5": 5,
133
+ "LABEL_50": 50,
134
+ "LABEL_51": 51,
135
+ "LABEL_52": 52,
136
+ "LABEL_53": 53,
137
+ "LABEL_54": 54,
138
+ "LABEL_55": 55,
139
+ "LABEL_56": 56,
140
+ "LABEL_57": 57,
141
+ "LABEL_58": 58,
142
+ "LABEL_59": 59,
143
+ "LABEL_6": 6,
144
+ "LABEL_60": 60,
145
+ "LABEL_61": 61,
146
+ "LABEL_62": 62,
147
+ "LABEL_63": 63,
148
+ "LABEL_64": 64,
149
+ "LABEL_65": 65,
150
+ "LABEL_66": 66,
151
+ "LABEL_67": 67,
152
+ "LABEL_68": 68,
153
+ "LABEL_69": 69,
154
+ "LABEL_7": 7,
155
+ "LABEL_70": 70,
156
+ "LABEL_71": 71,
157
+ "LABEL_8": 8,
158
+ "LABEL_9": 9
159
+ },
160
+ "max_position_embeddings": 512,
161
+ "model_type": "distilbert",
162
+ "n_heads": 12,
163
+ "n_layers": 6,
164
+ "output_past": true,
165
+ "pad_token_id": 0,
166
+ "qa_dropout": 0.1,
167
+ "seq_classif_dropout": 0.2,
168
+ "sinusoidal_pos_embds": false,
169
+ "tie_weights_": true,
170
+ "torch_dtype": "float32",
171
+ "transformers_version": "4.34.0",
172
+ "vocab_size": 28996
173
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af12a67c8e8273052c26cc0a7ce126d7eacd697f3484b34f87a31e5633b66ab
3
+ size 261020450
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb8b04067421bfcfcde3f7525dbfddc38b66a15e44448d7f1e2e33538e772ea
3
+ size 4536