Roberta base model with correct label mapping
Browse files- README.md +8 -8
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,10 +18,10 @@ 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 |
-
- F1 Macro: 0.
|
| 24 |
-
- F1 Weighted: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
|
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
-
- lr_scheduler_warmup_steps:
|
| 50 |
- num_epochs: 2
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
|
@@ -54,13 +54,13 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
- Transformers 5.0.0
|
| 64 |
-
- Pytorch 2.
|
| 65 |
- Datasets 4.0.0
|
| 66 |
- Tokenizers 0.22.2
|
|
|
|
| 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.6205
|
| 22 |
+
- Accuracy: 0.7567
|
| 23 |
+
- F1 Macro: 0.7431
|
| 24 |
+
- F1 Weighted: 0.7572
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
+
- lr_scheduler_warmup_steps: 300
|
| 50 |
- num_epochs: 2
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 57 |
+
| 0.6546 | 1.0 | 1540 | 0.6516 | 0.7371 | 0.7232 | 0.7382 |
|
| 58 |
+
| 0.5131 | 2.0 | 3080 | 0.6205 | 0.7567 | 0.7431 | 0.7572 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
- Transformers 5.0.0
|
| 64 |
+
- Pytorch 2.10.0+cu128
|
| 65 |
- Datasets 4.0.0
|
| 66 |
- Tokenizers 0.22.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498622028
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f873a2455c53f976d275ffbe8d2b553f9e93408fba2b67372f54b7792fcf99f3
|
| 3 |
size 498622028
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5265
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58eec81a5d91c0f81340591d79f55a8d60ca4cb0c9b1c64fdc38658b85563d26
|
| 3 |
size 5265
|