exala-e commited on
Commit
5de02b8
·
verified ·
1 Parent(s): aa227a4

End of training

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: db_himp_4.2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # db_himp_4.2
18
+
19
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6417
22
+ - Accuracy: 0.9284
23
+ - F1 Weighted: 0.9278
24
+ - F1 Macro: 0.9312
25
+ - Precision Weighted: 0.9282
26
+ - Recall Weighted: 0.9284
27
+ - Precision Macro: 0.9293
28
+ - Recall Macro: 0.9338
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2.5e-05
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 64
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.98) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 0.1
54
+ - num_epochs: 9
55
+ - label_smoothing_factor: 0.05
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Weighted | F1 Macro | Precision Weighted | Recall Weighted | Precision Macro | Recall Macro |
60
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:-----------:|:--------:|:------------------:|:---------------:|:---------------:|:------------:|
61
+ | 1.0224 | 1.0 | 1544 | 0.9326 | 0.8284 | 0.8256 | 0.8259 | 0.8307 | 0.8284 | 0.8315 | 0.8288 |
62
+ | 0.7276 | 2.0 | 3088 | 0.7358 | 0.8947 | 0.8927 | 0.8963 | 0.8950 | 0.8947 | 0.8940 | 0.9019 |
63
+ | 0.6030 | 3.0 | 4632 | 0.6847 | 0.9094 | 0.9085 | 0.9115 | 0.9098 | 0.9094 | 0.9102 | 0.9147 |
64
+ | 0.5850 | 4.0 | 6176 | 0.6584 | 0.9202 | 0.9199 | 0.9231 | 0.9210 | 0.9202 | 0.9228 | 0.9246 |
65
+ | 0.4994 | 5.0 | 7720 | 0.6502 | 0.9231 | 0.9224 | 0.9264 | 0.9234 | 0.9231 | 0.9244 | 0.9297 |
66
+ | 0.4802 | 6.0 | 9264 | 0.6446 | 0.9260 | 0.9253 | 0.9287 | 0.9256 | 0.9260 | 0.9270 | 0.9312 |
67
+ | 0.4585 | 7.0 | 10808 | 0.6499 | 0.9251 | 0.9244 | 0.9280 | 0.9257 | 0.9251 | 0.9268 | 0.9307 |
68
+ | 0.4431 | 8.0 | 12352 | 0.6426 | 0.9273 | 0.9267 | 0.9302 | 0.9273 | 0.9273 | 0.9283 | 0.9330 |
69
+ | 0.4204 | 9.0 | 13896 | 0.6417 | 0.9284 | 0.9278 | 0.9312 | 0.9282 | 0.9284 | 0.9293 | 0.9338 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 5.12.1
75
+ - Pytorch 2.11.0+cu128
76
+ - Datasets 4.0.0
77
+ - Tokenizers 0.22.2
config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.2,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.18,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "AD",
15
+ "1": "AM",
16
+ "2": "B",
17
+ "3": "BDNC",
18
+ "4": "BENE",
19
+ "5": "BN",
20
+ "6": "BOT",
21
+ "7": "CB",
22
+ "8": "CE",
23
+ "9": "COM",
24
+ "10": "CONF",
25
+ "11": "CQ",
26
+ "12": "DNC",
27
+ "13": "FD",
28
+ "14": "GNI",
29
+ "15": "H",
30
+ "16": "HOLD",
31
+ "17": "HOW",
32
+ "18": "HR",
33
+ "19": "HRN-",
34
+ "20": "LB",
35
+ "21": "N",
36
+ "22": "N-",
37
+ "23": "NE",
38
+ "24": "NG",
39
+ "25": "NO",
40
+ "26": "NQD",
41
+ "27": "OI",
42
+ "28": "P",
43
+ "29": "PCOST",
44
+ "30": "PG",
45
+ "31": "PG+",
46
+ "32": "PN",
47
+ "33": "PNI",
48
+ "34": "PO",
49
+ "35": "PONI",
50
+ "36": "POOR",
51
+ "37": "Q",
52
+ "38": "R",
53
+ "39": "RICH",
54
+ "40": "SCAM",
55
+ "41": "SEC",
56
+ "42": "TC",
57
+ "43": "TELE",
58
+ "44": "TMC",
59
+ "45": "U"
60
+ },
61
+ "initializer_range": 0.02,
62
+ "label2id": {
63
+ "AD": 0,
64
+ "AM": 1,
65
+ "B": 2,
66
+ "BDNC": 3,
67
+ "BENE": 4,
68
+ "BN": 5,
69
+ "BOT": 6,
70
+ "CB": 7,
71
+ "CE": 8,
72
+ "COM": 9,
73
+ "CONF": 10,
74
+ "CQ": 11,
75
+ "DNC": 12,
76
+ "FD": 13,
77
+ "GNI": 14,
78
+ "H": 15,
79
+ "HOLD": 16,
80
+ "HOW": 17,
81
+ "HR": 18,
82
+ "HRN-": 19,
83
+ "LB": 20,
84
+ "N": 21,
85
+ "N-": 22,
86
+ "NE": 23,
87
+ "NG": 24,
88
+ "NO": 25,
89
+ "NQD": 26,
90
+ "OI": 27,
91
+ "P": 28,
92
+ "PCOST": 29,
93
+ "PG": 30,
94
+ "PG+": 31,
95
+ "PN": 32,
96
+ "PNI": 33,
97
+ "PO": 34,
98
+ "PONI": 35,
99
+ "POOR": 36,
100
+ "Q": 37,
101
+ "R": 38,
102
+ "RICH": 39,
103
+ "SCAM": 40,
104
+ "SEC": 41,
105
+ "TC": 42,
106
+ "TELE": 43,
107
+ "TMC": 44,
108
+ "U": 45
109
+ },
110
+ "max_position_embeddings": 512,
111
+ "model_type": "distilbert",
112
+ "n_heads": 12,
113
+ "n_layers": 6,
114
+ "pad_token_id": 0,
115
+ "qa_dropout": 0.1,
116
+ "seq_classif_dropout": 0.2,
117
+ "sinusoidal_pos_embds": false,
118
+ "tie_weights_": true,
119
+ "tie_word_embeddings": true,
120
+ "transformers_version": "5.12.1",
121
+ "use_cache": false,
122
+ "vocab_size": 30522
123
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498e0204ca3f0d68f8bf1b218c54dcbfda0cc9ca89db1f6a4e88c26810e7e72d
3
+ size 267967920
runs/Jul10_21-46-08_4bf1c756ff9a/events.out.tfevents.1783719968.4bf1c756ff9a.15844.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9a2260099ff6bda9e5393f76491ee8f5c18f43ab9f7cdf9ef555e74d830d6f
3
+ size 62605
runs/Jul10_22-12-36_4bf1c756ff9a/events.out.tfevents.1783721556.4bf1c756ff9a.25920.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e59896853ff380880a4f50f0607cafc1519c4e67f4d36e184dd7d1714dabf42
3
+ size 41168
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4768b43b4d0bf9d26f23146a3ae04944a99bc5703432913df75b68bea5041afb
3
+ size 5265