Commit
·
5400f6c
1
Parent(s):
c550f29
End of training
Browse files- README.md +78 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
model-index:
|
8 |
+
- name: distilbert-base-uncased-text-classification-v6
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# distilbert-base-uncased-text-classification-v6
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2704
|
20 |
+
- F1: 0.8474
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 2e-05
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 16
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 20
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
51 |
+
| 1.3969 | 1.0 | 569 | 0.6767 | 0.4906 |
|
52 |
+
| 0.6361 | 2.0 | 1138 | 0.4067 | 0.7038 |
|
53 |
+
| 0.3966 | 3.0 | 1707 | 0.3094 | 0.7988 |
|
54 |
+
| 0.2509 | 4.0 | 2276 | 0.2744 | 0.8339 |
|
55 |
+
| 0.1678 | 5.0 | 2845 | 0.2704 | 0.8474 |
|
56 |
+
| 0.126 | 6.0 | 3414 | 0.2810 | 0.8530 |
|
57 |
+
| 0.098 | 7.0 | 3983 | 0.3025 | 0.8582 |
|
58 |
+
| 0.0722 | 8.0 | 4552 | 0.2982 | 0.8556 |
|
59 |
+
| 0.0631 | 9.0 | 5121 | 0.3026 | 0.8597 |
|
60 |
+
| 0.0581 | 10.0 | 5690 | 0.3059 | 0.8614 |
|
61 |
+
| 0.0615 | 11.0 | 6259 | 0.3016 | 0.8623 |
|
62 |
+
| 0.0567 | 12.0 | 6828 | 0.3108 | 0.8608 |
|
63 |
+
| 0.0572 | 13.0 | 7397 | 0.3072 | 0.8577 |
|
64 |
+
| 0.0469 | 14.0 | 7966 | 0.3147 | 0.8563 |
|
65 |
+
| 0.0493 | 15.0 | 8535 | 0.3229 | 0.8637 |
|
66 |
+
| 0.0477 | 16.0 | 9104 | 0.3183 | 0.8705 |
|
67 |
+
| 0.0482 | 17.0 | 9673 | 0.3212 | 0.8676 |
|
68 |
+
| 0.0442 | 18.0 | 10242 | 0.3193 | 0.8667 |
|
69 |
+
| 0.0432 | 19.0 | 10811 | 0.3224 | 0.8665 |
|
70 |
+
| 0.0409 | 20.0 | 11380 | 0.3220 | 0.8663 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.28.1
|
76 |
+
- Pytorch 2.3.1+cu121
|
77 |
+
- Datasets 2.20.0
|
78 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267945194
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2147c87bf43965390e431aa5cf72aee2e8d3e19963f3f6557f5ef59a7ebe896c
|
3 |
size 267945194
|