End of training
Browse files- README.md +99 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: distilbert-text-classifier
|
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 |
+
# distilbert-text-classifier
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2758
|
22 |
+
- Accuracy: 0.9174
|
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 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 32
|
43 |
+
- eval_batch_size: 64
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 40
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 0.3169 | 1.0 | 632 | 0.2758 | 0.9174 |
|
54 |
+
| 0.1195 | 2.0 | 1264 | 0.2899 | 0.9218 |
|
55 |
+
| 0.092 | 3.0 | 1896 | 0.3103 | 0.9274 |
|
56 |
+
| 0.0951 | 4.0 | 2528 | 0.3161 | 0.9335 |
|
57 |
+
| 0.0435 | 5.0 | 3160 | 0.3640 | 0.9336 |
|
58 |
+
| 0.0294 | 6.0 | 3792 | 0.4195 | 0.9310 |
|
59 |
+
| 0.0444 | 7.0 | 4424 | 0.4745 | 0.9286 |
|
60 |
+
| 0.001 | 8.0 | 5056 | 0.4672 | 0.9355 |
|
61 |
+
| 0.0577 | 9.0 | 5688 | 0.5112 | 0.9282 |
|
62 |
+
| 0.0003 | 10.0 | 6320 | 0.4807 | 0.9362 |
|
63 |
+
| 0.0135 | 11.0 | 6952 | 0.5246 | 0.9319 |
|
64 |
+
| 0.0026 | 12.0 | 7584 | 0.5371 | 0.9345 |
|
65 |
+
| 0.0012 | 13.0 | 8216 | 0.5445 | 0.9351 |
|
66 |
+
| 0.0023 | 14.0 | 8848 | 0.5788 | 0.9335 |
|
67 |
+
| 0.0006 | 15.0 | 9480 | 0.5707 | 0.9335 |
|
68 |
+
| 0.0018 | 16.0 | 10112 | 0.5424 | 0.9375 |
|
69 |
+
| 0.0034 | 17.0 | 10744 | 0.5418 | 0.9345 |
|
70 |
+
| 0.0004 | 18.0 | 11376 | 0.5673 | 0.9389 |
|
71 |
+
| 0.0001 | 19.0 | 12008 | 0.5738 | 0.9349 |
|
72 |
+
| 0.01 | 20.0 | 12640 | 0.5651 | 0.9389 |
|
73 |
+
| 0.0011 | 21.0 | 13272 | 0.6153 | 0.9339 |
|
74 |
+
| 0.0224 | 22.0 | 13904 | 0.6216 | 0.9356 |
|
75 |
+
| 0.0001 | 23.0 | 14536 | 0.5976 | 0.9353 |
|
76 |
+
| 0.0417 | 24.0 | 15168 | 0.6134 | 0.9329 |
|
77 |
+
| 0.0 | 25.0 | 15800 | 0.5920 | 0.9377 |
|
78 |
+
| 0.0 | 26.0 | 16432 | 0.6247 | 0.9377 |
|
79 |
+
| 0.0 | 27.0 | 17064 | 0.6435 | 0.9372 |
|
80 |
+
| 0.0 | 28.0 | 17696 | 0.7084 | 0.9320 |
|
81 |
+
| 0.0 | 29.0 | 18328 | 0.7095 | 0.9343 |
|
82 |
+
| 0.0 | 30.0 | 18960 | 0.6708 | 0.9362 |
|
83 |
+
| 0.0 | 31.0 | 19592 | 0.6704 | 0.9384 |
|
84 |
+
| 0.0 | 32.0 | 20224 | 0.6665 | 0.9383 |
|
85 |
+
| 0.0 | 33.0 | 20856 | 0.6910 | 0.9388 |
|
86 |
+
| 0.0 | 34.0 | 21488 | 0.6861 | 0.9375 |
|
87 |
+
| 0.0 | 35.0 | 22120 | 0.6714 | 0.9386 |
|
88 |
+
| 0.0 | 36.0 | 22752 | 0.6914 | 0.9397 |
|
89 |
+
| 0.0 | 37.0 | 23384 | 0.6756 | 0.9390 |
|
90 |
+
| 0.0 | 38.0 | 24016 | 0.6780 | 0.9390 |
|
91 |
+
| 0.0 | 39.0 | 24648 | 0.6751 | 0.9394 |
|
92 |
+
| 0.0 | 40.0 | 25280 | 0.6756 | 0.9395 |
|
93 |
+
|
94 |
+
|
95 |
+
### Framework versions
|
96 |
+
|
97 |
+
- Transformers 4.49.0
|
98 |
+
- Pytorch 2.6.0+cu124
|
99 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267857176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a330fe2eed410a99faea6f9d67723d2d246eaa5d9a554cd355c238ddf3bcb661
|
3 |
size 267857176
|