End of training
Browse files- README.md +12 -12
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,21 +43,21 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
52 |
-
| 2.
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6424
|
21 |
+
- Accuracy: 0.8623
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 14
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
52 |
+
| 2.356 | 1.4046 | 184 | 1.6835 | 0.5908 |
|
53 |
+
| 1.2119 | 2.8092 | 368 | 1.1011 | 0.7648 |
|
54 |
+
| 0.6548 | 4.2137 | 552 | 0.8192 | 0.8241 |
|
55 |
+
| 0.3782 | 5.6183 | 736 | 0.6968 | 0.8375 |
|
56 |
+
| 0.1931 | 7.0229 | 920 | 0.6587 | 0.8528 |
|
57 |
+
| 0.1127 | 8.4275 | 1104 | 0.6390 | 0.8566 |
|
58 |
+
| 0.081 | 9.8321 | 1288 | 0.6382 | 0.8566 |
|
59 |
+
| 0.0532 | 11.2366 | 1472 | 0.6433 | 0.8623 |
|
60 |
+
| 0.0416 | 12.6412 | 1656 | 0.6424 | 0.8623 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267918696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92ef5298c4f0dc97bf5ede748ca1545003f78cac6539634edfbe9efe3ffa8899
|
3 |
size 267918696
|