ashhadahsan commited on
Commit
b2ecfef
·
1 Parent(s): ebf1a7e

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: ashhadahsan/amazon-subtheme-bert-base-finetuned
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # ashhadahsan/amazon-subtheme-bert-base-finetuned
15
+
16
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.2785
19
+ - Train Accuracy: 0.9723
20
+ - Validation Loss: 3.0223
21
+ - Validation Accuracy: 0.4615
22
+ - Epoch: 0
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': 1.0, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': 3e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
42
+ - training_precision: float32
43
+
44
+ ### Training results
45
+
46
+ | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
47
+ |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
48
+ | 0.2785 | 0.9723 | 3.0223 | 0.4615 | 0 |
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.31.0
54
+ - TensorFlow 2.12.0
55
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25",
39
+ "26": "LABEL_26",
40
+ "27": "LABEL_27",
41
+ "28": "LABEL_28",
42
+ "29": "LABEL_29",
43
+ "30": "LABEL_30",
44
+ "31": "LABEL_31",
45
+ "32": "LABEL_32",
46
+ "33": "LABEL_33",
47
+ "34": "LABEL_34",
48
+ "35": "LABEL_35",
49
+ "36": "LABEL_36",
50
+ "37": "LABEL_37",
51
+ "38": "LABEL_38",
52
+ "39": "LABEL_39",
53
+ "40": "LABEL_40",
54
+ "41": "LABEL_41",
55
+ "42": "LABEL_42",
56
+ "43": "LABEL_43",
57
+ "44": "LABEL_44",
58
+ "45": "LABEL_45",
59
+ "46": "LABEL_46",
60
+ "47": "LABEL_47",
61
+ "48": "LABEL_48",
62
+ "49": "LABEL_49",
63
+ "50": "LABEL_50",
64
+ "51": "LABEL_51",
65
+ "52": "LABEL_52",
66
+ "53": "LABEL_53",
67
+ "54": "LABEL_54",
68
+ "55": "LABEL_55",
69
+ "56": "LABEL_56",
70
+ "57": "LABEL_57",
71
+ "58": "LABEL_58",
72
+ "59": "LABEL_59",
73
+ "60": "LABEL_60",
74
+ "61": "LABEL_61",
75
+ "62": "LABEL_62",
76
+ "63": "LABEL_63",
77
+ "64": "LABEL_64",
78
+ "65": "LABEL_65",
79
+ "66": "LABEL_66",
80
+ "67": "LABEL_67",
81
+ "68": "LABEL_68",
82
+ "69": "LABEL_69",
83
+ "70": "LABEL_70",
84
+ "71": "LABEL_71",
85
+ "72": "LABEL_72",
86
+ "73": "LABEL_73",
87
+ "74": "LABEL_74",
88
+ "75": "LABEL_75",
89
+ "76": "LABEL_76",
90
+ "77": "LABEL_77"
91
+ },
92
+ "initializer_range": 0.02,
93
+ "intermediate_size": 3072,
94
+ "label2id": {
95
+ "LABEL_0": 0,
96
+ "LABEL_1": 1,
97
+ "LABEL_10": 10,
98
+ "LABEL_11": 11,
99
+ "LABEL_12": 12,
100
+ "LABEL_13": 13,
101
+ "LABEL_14": 14,
102
+ "LABEL_15": 15,
103
+ "LABEL_16": 16,
104
+ "LABEL_17": 17,
105
+ "LABEL_18": 18,
106
+ "LABEL_19": 19,
107
+ "LABEL_2": 2,
108
+ "LABEL_20": 20,
109
+ "LABEL_21": 21,
110
+ "LABEL_22": 22,
111
+ "LABEL_23": 23,
112
+ "LABEL_24": 24,
113
+ "LABEL_25": 25,
114
+ "LABEL_26": 26,
115
+ "LABEL_27": 27,
116
+ "LABEL_28": 28,
117
+ "LABEL_29": 29,
118
+ "LABEL_3": 3,
119
+ "LABEL_30": 30,
120
+ "LABEL_31": 31,
121
+ "LABEL_32": 32,
122
+ "LABEL_33": 33,
123
+ "LABEL_34": 34,
124
+ "LABEL_35": 35,
125
+ "LABEL_36": 36,
126
+ "LABEL_37": 37,
127
+ "LABEL_38": 38,
128
+ "LABEL_39": 39,
129
+ "LABEL_4": 4,
130
+ "LABEL_40": 40,
131
+ "LABEL_41": 41,
132
+ "LABEL_42": 42,
133
+ "LABEL_43": 43,
134
+ "LABEL_44": 44,
135
+ "LABEL_45": 45,
136
+ "LABEL_46": 46,
137
+ "LABEL_47": 47,
138
+ "LABEL_48": 48,
139
+ "LABEL_49": 49,
140
+ "LABEL_5": 5,
141
+ "LABEL_50": 50,
142
+ "LABEL_51": 51,
143
+ "LABEL_52": 52,
144
+ "LABEL_53": 53,
145
+ "LABEL_54": 54,
146
+ "LABEL_55": 55,
147
+ "LABEL_56": 56,
148
+ "LABEL_57": 57,
149
+ "LABEL_58": 58,
150
+ "LABEL_59": 59,
151
+ "LABEL_6": 6,
152
+ "LABEL_60": 60,
153
+ "LABEL_61": 61,
154
+ "LABEL_62": 62,
155
+ "LABEL_63": 63,
156
+ "LABEL_64": 64,
157
+ "LABEL_65": 65,
158
+ "LABEL_66": 66,
159
+ "LABEL_67": 67,
160
+ "LABEL_68": 68,
161
+ "LABEL_69": 69,
162
+ "LABEL_7": 7,
163
+ "LABEL_70": 70,
164
+ "LABEL_71": 71,
165
+ "LABEL_72": 72,
166
+ "LABEL_73": 73,
167
+ "LABEL_74": 74,
168
+ "LABEL_75": 75,
169
+ "LABEL_76": 76,
170
+ "LABEL_77": 77,
171
+ "LABEL_8": 8,
172
+ "LABEL_9": 9
173
+ },
174
+ "layer_norm_eps": 1e-12,
175
+ "max_position_embeddings": 512,
176
+ "model_type": "bert",
177
+ "num_attention_heads": 12,
178
+ "num_hidden_layers": 12,
179
+ "pad_token_id": 0,
180
+ "position_embedding_type": "absolute",
181
+ "transformers_version": "4.31.0",
182
+ "type_vocab_size": 2,
183
+ "use_cache": true,
184
+ "vocab_size": 30522
185
+ }
logs/train/events.out.tfevents.1691853321.634e06ebb4c7.19390.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a6fe4cf3c56abf29a4c6c3b8ea393ee0a16790c1e183a3ca10af28423cf9ae
3
+ size 4190389
logs/validation/events.out.tfevents.1691853465.634e06ebb4c7.19390.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea29909d1aa6a75bb479e24e7ce7f81ca1600a004fb102793def3f6ed3808bce
3
+ size 392
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
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31d4343156df8f2a9525e8b1127453ec1bd21bc7fffa0b7e838ce38eb05008d
3
+ size 438456904
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff