End of training
Browse files- README.md +5 -9
- model.safetensors +1 -1
- training_args.bin +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 [judy93536/distilroberta-newsapi121k](https://huggingface.co/judy93536/distilroberta-newsapi121k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,19 +44,15 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.28
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| No log | 1.0 | 125 | 0.
|
55 |
-
| No log | 2.0 | 250 | 0.
|
56 |
-
| No log | 3.0 | 375 | 0.1305 | 0.9560 |
|
57 |
-
| 0.2416 | 4.0 | 500 | 0.1636 | 0.9630 |
|
58 |
-
| 0.2416 | 5.0 | 625 | 0.1831 | 0.9620 |
|
59 |
-
| 0.2416 | 6.0 | 750 | 0.1750 | 0.9610 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [judy93536/distilroberta-newsapi121k](https://huggingface.co/judy93536/distilroberta-newsapi121k) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1255
|
21 |
+
- Accuracy: 0.9520
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.28
|
47 |
+
- num_epochs: 2
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 1.0 | 125 | 0.2073 | 0.9219 |
|
55 |
+
| No log | 2.0 | 250 | 0.1255 | 0.9520 |
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328495356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0c230fd97b880c1bafc77b7f1d6789e4db178f71e24d6663bdad35e874bce89
|
3 |
size 328495356
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb033fb41f868407d4ad957458f4f0a338b785cd058400835a7dbac3bc0df573
|
3 |
size 4536
|