End of training
Browse files
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-base-uncased](https://huggingface.co/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,22 +43,19 @@ 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 |
-
| No log | 1.0 | 293 | 0.
|
53 |
-
| 0.
|
54 |
-
| 0.5378 | 3.0 | 879 | 0.5529 | 0.7586 |
|
55 |
-
| 0.2727 | 4.0 | 1172 | 0.6060 | 0.7654 |
|
56 |
-
| 0.2727 | 5.0 | 1465 | 0.6386 | 0.7654 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.38.1
|
62 |
- Pytorch 2.1.2
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.15.2
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4454
|
21 |
+
- Accuracy: 0.7877
|
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: 2
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 293 | 0.4533 | 0.7825 |
|
53 |
+
| 0.5374 | 2.0 | 586 | 0.4454 | 0.7877 |
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.38.1
|
59 |
- Pytorch 2.1.2
|
60 |
+
- Datasets 2.18.0
|
61 |
- Tokenizers 0.15.2
|
runs/Apr02_02-49-58_ef019a3ab26d/events.out.tfevents.1712026202.ef019a3ab26d.26.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12a2bcc4281ae4554293e05046669c31b214c3fa754a2c1f40967e7cb2c87533
|
3 |
+
size 5886
|
runs/Apr02_02-49-58_ef019a3ab26d/events.out.tfevents.1712026408.ef019a3ab26d.26.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b15359f4e8aca48be9f12625a2cab909e446cac6f3be93d3c3ead0670b44bfad
|
3 |
+
size 411
|