Model save
Browse files- README.md +13 -9
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,17 +45,21 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Use OptimizerNames.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 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step
|
54 |
-
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6566
|
22 |
+
- Accuracy: 0.7760
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
45 |
- optimizer: Use OptimizerNames.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 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 8
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
55 |
+
| 1.6725 | 1.0 | 1332 | 0.8128 | 0.7566 |
|
56 |
+
| 0.7216 | 2.0 | 2664 | 0.6906 | 0.7707 |
|
57 |
+
| 0.6441 | 3.0 | 3996 | 0.6679 | 0.7743 |
|
58 |
+
| 0.5968 | 4.0 | 5328 | 0.6599 | 0.7790 |
|
59 |
+
| 0.562 | 5.0 | 6660 | 0.6604 | 0.7777 |
|
60 |
+
| 0.5516 | 6.0 | 7992 | 0.6527 | 0.7763 |
|
61 |
+
| 0.5497 | 7.0 | 9324 | 0.6550 | 0.7767 |
|
62 |
+
| 0.513 | 8.0 | 10656 | 0.6566 | 0.7760 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498640508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0c4cf50479afcbc7ec7fce19943787228a9d74a8b44d5b58f6a10b4d607c818
|
3 |
size 498640508
|