tkbarb10 commited on
Commit
c3b35d1
·
verified ·
1 Parent(s): e8e98c6

Roberta base model with correct label mapping

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. model.safetensors +1 -1
  3. 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.5795
22
- - Accuracy: 0.7763
23
- - F1 Macro: 0.7579
24
- - F1 Weighted: 0.7761
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: 200
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.6400 | 1.0 | 628 | 0.6059 | 0.7663 | 0.7459 | 0.7682 |
58
- | 0.5020 | 2.0 | 1256 | 0.5795 | 0.7763 | 0.7579 | 0.7761 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 5.0.0
64
- - Pytorch 2.9.0+cu128
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:e03f73f79fb01b9a56a31bad35759654c2264820a4fda108ab06dbeb16b1a31c
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:b669beb8c91f1a656c58118e30977020e3313b63f9f611bc3c350d172bf71137
3
  size 5265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58eec81a5d91c0f81340591d79f55a8d60ca4cb0c9b1c64fdc38658b85563d26
3
  size 5265