roncc13 commited on
Commit
a1f14f2
·
verified ·
1 Parent(s): 09b1b35

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ library_name: transformers
4
+ tags:
5
+ - autotrain
6
+ - text-classification
7
+ base_model: dost-asti/BERT-ceb-cased
8
+ widget:
9
+ - text: "I love AutoTrain"
10
+ ---
11
+
12
+ # Model Trained Using AutoTrain
13
+
14
+ - Problem type: Text Classification
15
+
16
+ ## Validation Metrics
17
+ loss: 0.04441085457801819
18
+
19
+ f1: 0.9523809523809523
20
+
21
+ precision: 0.9090909090909091
22
+
23
+ recall: 1.0
24
+
25
+ auc: 1.0
26
+
27
+ accuracy: 0.95
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 30002,
3
+ "[MASK]": 30003,
4
+ "[PAD]": 30001,
5
+ "[SEP]": 30000,
6
+ "[UNK]": 30004
7
+ }
checkpoint-30/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dost-asti/BERT-ceb-cased",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "fake",
16
+ "1": "true"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "fake": 0,
22
+ "true": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "roberta",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 1,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.48.0",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 30004
37
+ }
checkpoint-30/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a85b3cce30965c3f41d199a33f5166870d4156203cc55a282e84ec7547b283
3
+ size 436367944
checkpoint-30/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c70b6ea10ea9a5ae8e3b8dddbcaedf8a0eb40842f72a4b2d73641b68502fd8eb
3
+ size 872850170
checkpoint-30/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d254b3238eaab1fc1b3fbb985be43e82a6a761a33a80eff5987e91823eef0b
3
+ size 13990
checkpoint-30/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1acf7518eaa83a30405413555139e93a2eb8b9085597afc9a51f69cd1ccf771
3
+ size 1064
checkpoint-30/trainer_state.json ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.04441085457801819,
3
+ "best_model_checkpoint": "trainCMDBERT-sample/checkpoint-30",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 30,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.1,
13
+ "grad_norm": 7.945383071899414,
14
+ "learning_rate": 1.6666666666666667e-05,
15
+ "loss": 0.6922,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.2,
20
+ "grad_norm": 4.711484909057617,
21
+ "learning_rate": 3.3333333333333335e-05,
22
+ "loss": 0.6868,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.3,
27
+ "grad_norm": 7.974453926086426,
28
+ "learning_rate": 5e-05,
29
+ "loss": 0.6604,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.4,
34
+ "grad_norm": 6.878942966461182,
35
+ "learning_rate": 4.814814814814815e-05,
36
+ "loss": 0.7292,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.5,
41
+ "grad_norm": 6.609418869018555,
42
+ "learning_rate": 4.62962962962963e-05,
43
+ "loss": 0.6536,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.6,
48
+ "grad_norm": 4.901663303375244,
49
+ "learning_rate": 4.4444444444444447e-05,
50
+ "loss": 0.6743,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.7,
55
+ "grad_norm": 4.790696620941162,
56
+ "learning_rate": 4.259259259259259e-05,
57
+ "loss": 0.595,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.8,
62
+ "grad_norm": 5.129704475402832,
63
+ "learning_rate": 4.074074074074074e-05,
64
+ "loss": 0.5059,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.9,
69
+ "grad_norm": 13.14133358001709,
70
+ "learning_rate": 3.888888888888889e-05,
71
+ "loss": 0.7147,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 1.0,
76
+ "grad_norm": 8.443601608276367,
77
+ "learning_rate": 3.7037037037037037e-05,
78
+ "loss": 0.4751,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 1.0,
83
+ "eval_accuracy": 1.0,
84
+ "eval_auc": 1.0,
85
+ "eval_f1": 1.0,
86
+ "eval_loss": 0.3918549418449402,
87
+ "eval_precision": 1.0,
88
+ "eval_recall": 1.0,
89
+ "eval_runtime": 1.5522,
90
+ "eval_samples_per_second": 12.885,
91
+ "eval_steps_per_second": 1.289,
92
+ "step": 10
93
+ },
94
+ {
95
+ "epoch": 1.1,
96
+ "grad_norm": 5.978346824645996,
97
+ "learning_rate": 3.518518518518519e-05,
98
+ "loss": 0.4208,
99
+ "step": 11
100
+ },
101
+ {
102
+ "epoch": 1.2,
103
+ "grad_norm": 10.853551864624023,
104
+ "learning_rate": 3.3333333333333335e-05,
105
+ "loss": 0.5508,
106
+ "step": 12
107
+ },
108
+ {
109
+ "epoch": 1.3,
110
+ "grad_norm": 3.4875123500823975,
111
+ "learning_rate": 3.148148148148148e-05,
112
+ "loss": 0.2284,
113
+ "step": 13
114
+ },
115
+ {
116
+ "epoch": 1.4,
117
+ "grad_norm": 5.512720108032227,
118
+ "learning_rate": 2.962962962962963e-05,
119
+ "loss": 0.3199,
120
+ "step": 14
121
+ },
122
+ {
123
+ "epoch": 1.5,
124
+ "grad_norm": 8.866156578063965,
125
+ "learning_rate": 2.777777777777778e-05,
126
+ "loss": 0.2572,
127
+ "step": 15
128
+ },
129
+ {
130
+ "epoch": 1.6,
131
+ "grad_norm": 13.71770191192627,
132
+ "learning_rate": 2.5925925925925925e-05,
133
+ "loss": 0.3133,
134
+ "step": 16
135
+ },
136
+ {
137
+ "epoch": 1.7,
138
+ "grad_norm": 2.18959379196167,
139
+ "learning_rate": 2.4074074074074074e-05,
140
+ "loss": 0.1026,
141
+ "step": 17
142
+ },
143
+ {
144
+ "epoch": 1.8,
145
+ "grad_norm": 2.2819249629974365,
146
+ "learning_rate": 2.2222222222222223e-05,
147
+ "loss": 0.063,
148
+ "step": 18
149
+ },
150
+ {
151
+ "epoch": 1.9,
152
+ "grad_norm": 3.038083553314209,
153
+ "learning_rate": 2.037037037037037e-05,
154
+ "loss": 0.1096,
155
+ "step": 19
156
+ },
157
+ {
158
+ "epoch": 2.0,
159
+ "grad_norm": 4.494248867034912,
160
+ "learning_rate": 1.8518518518518518e-05,
161
+ "loss": 0.0653,
162
+ "step": 20
163
+ },
164
+ {
165
+ "epoch": 2.0,
166
+ "eval_accuracy": 0.95,
167
+ "eval_auc": 1.0,
168
+ "eval_f1": 0.9523809523809523,
169
+ "eval_loss": 0.19424112141132355,
170
+ "eval_precision": 0.9090909090909091,
171
+ "eval_recall": 1.0,
172
+ "eval_runtime": 1.5099,
173
+ "eval_samples_per_second": 13.246,
174
+ "eval_steps_per_second": 1.325,
175
+ "step": 20
176
+ },
177
+ {
178
+ "epoch": 2.1,
179
+ "grad_norm": 3.483051061630249,
180
+ "learning_rate": 1.6666666666666667e-05,
181
+ "loss": 0.0604,
182
+ "step": 21
183
+ },
184
+ {
185
+ "epoch": 2.2,
186
+ "grad_norm": 0.8026891350746155,
187
+ "learning_rate": 1.4814814814814815e-05,
188
+ "loss": 0.026,
189
+ "step": 22
190
+ },
191
+ {
192
+ "epoch": 2.3,
193
+ "grad_norm": 1.3247548341751099,
194
+ "learning_rate": 1.2962962962962962e-05,
195
+ "loss": 0.0319,
196
+ "step": 23
197
+ },
198
+ {
199
+ "epoch": 2.4,
200
+ "grad_norm": 0.4032141864299774,
201
+ "learning_rate": 1.1111111111111112e-05,
202
+ "loss": 0.0164,
203
+ "step": 24
204
+ },
205
+ {
206
+ "epoch": 2.5,
207
+ "grad_norm": 1.0784159898757935,
208
+ "learning_rate": 9.259259259259259e-06,
209
+ "loss": 0.0222,
210
+ "step": 25
211
+ },
212
+ {
213
+ "epoch": 2.6,
214
+ "grad_norm": 0.32401901483535767,
215
+ "learning_rate": 7.4074074074074075e-06,
216
+ "loss": 0.0132,
217
+ "step": 26
218
+ },
219
+ {
220
+ "epoch": 2.7,
221
+ "grad_norm": 8.892071723937988,
222
+ "learning_rate": 5.555555555555556e-06,
223
+ "loss": 0.0401,
224
+ "step": 27
225
+ },
226
+ {
227
+ "epoch": 2.8,
228
+ "grad_norm": 0.20014284551143646,
229
+ "learning_rate": 3.7037037037037037e-06,
230
+ "loss": 0.009,
231
+ "step": 28
232
+ },
233
+ {
234
+ "epoch": 2.9,
235
+ "grad_norm": 0.24240027368068695,
236
+ "learning_rate": 1.8518518518518519e-06,
237
+ "loss": 0.0093,
238
+ "step": 29
239
+ },
240
+ {
241
+ "epoch": 3.0,
242
+ "grad_norm": 0.1646367609500885,
243
+ "learning_rate": 0.0,
244
+ "loss": 0.0074,
245
+ "step": 30
246
+ },
247
+ {
248
+ "epoch": 3.0,
249
+ "eval_accuracy": 0.95,
250
+ "eval_auc": 1.0,
251
+ "eval_f1": 0.9523809523809523,
252
+ "eval_loss": 0.04441085457801819,
253
+ "eval_precision": 0.9090909090909091,
254
+ "eval_recall": 1.0,
255
+ "eval_runtime": 1.4953,
256
+ "eval_samples_per_second": 13.375,
257
+ "eval_steps_per_second": 1.337,
258
+ "step": 30
259
+ }
260
+ ],
261
+ "logging_steps": 1,
262
+ "max_steps": 30,
263
+ "num_input_tokens_seen": 0,
264
+ "num_train_epochs": 3,
265
+ "save_steps": 500,
266
+ "stateful_callbacks": {
267
+ "EarlyStoppingCallback": {
268
+ "args": {
269
+ "early_stopping_patience": 5,
270
+ "early_stopping_threshold": 0.01
271
+ },
272
+ "attributes": {
273
+ "early_stopping_patience_counter": 0
274
+ }
275
+ },
276
+ "TrainerControl": {
277
+ "args": {
278
+ "should_epoch_stop": false,
279
+ "should_evaluate": false,
280
+ "should_log": false,
281
+ "should_save": true,
282
+ "should_training_stop": true
283
+ },
284
+ "attributes": {}
285
+ }
286
+ },
287
+ "total_flos": 15786663321600.0,
288
+ "train_batch_size": 8,
289
+ "trial_name": null,
290
+ "trial_params": null
291
+ }
checkpoint-30/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7faf0fa4cb37d6877095efc7e3e4603e8e7d983ba8ebd45c0b43a0f8b30a8903
3
+ size 5368
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dost-asti/BERT-ceb-cased",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "fake",
16
+ "1": "true"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "fake": 0,
22
+ "true": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "roberta",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 1,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.48.0",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 30004
37
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a85b3cce30965c3f41d199a33f5166870d4156203cc55a282e84ec7547b283
3
+ size 436367944
runs/Nov22_16-49-42_r-roncc13-trainedcmdbert-sample-9zmi99tm-c7bf0-bshfz/events.out.tfevents.1763830184.r-roncc13-trainedcmdbert-sample-9zmi99tm-c7bf0-bshfz.94.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44cdb36bcad8dca88a437aa49f32ac39e80088cfca473824c02e0336bb718869
3
- size 5250
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6297fc6ec80c85909107184bd70a4e89e0d8019eaf0ae2039a165c806ae970b1
3
+ size 13335
runs/Nov22_16-49-42_r-roncc13-trainedcmdbert-sample-9zmi99tm-c7bf0-bshfz/events.out.tfevents.1763830268.r-roncc13-trainedcmdbert-sample-9zmi99tm-c7bf0-bshfz.94.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f337c0e7dc3a50fc02efb64a4e9637c739eb72fcea7d2d6be201c6fc501d7f37
3
+ size 597
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "2": {
13
+ "content": "</s>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "30000": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "30001": {
29
+ "content": "[PAD]",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "30002": {
37
+ "content": "[CLS]",
38
+ "lstrip": false,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "30003": {
45
+ "content": "[MASK]",
46
+ "lstrip": true,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "30004": {
53
+ "content": "[UNK]",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ }
60
+ },
61
+ "bos_token": "<s>",
62
+ "clean_up_tokenization_spaces": false,
63
+ "cls_token": "[CLS]",
64
+ "do_basic_tokenize": true,
65
+ "do_lower_case": true,
66
+ "eos_token": "</s>",
67
+ "errors": "replace",
68
+ "extra_special_tokens": {},
69
+ "mask_token": "[MASK]",
70
+ "model_max_length": 1000000000000000019884624838656,
71
+ "never_split": null,
72
+ "pad_token": "[PAD]",
73
+ "sep_token": "[SEP]",
74
+ "strip_accents": null,
75
+ "tokenize_chinese_chars": true,
76
+ "tokenizer_class": "RobertaTokenizer",
77
+ "trim_offsets": true,
78
+ "unk_token": "[UNK]"
79
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7faf0fa4cb37d6877095efc7e3e4603e8e7d983ba8ebd45c0b43a0f8b30a8903
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "trainCMDBERT-sample/autotrain-data",
3
+ "model": "dost-asti/BERT-ceb-cased",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 128,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "trainCMDBERT-sample",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "roncc13",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff