ltuzova commited on
Commit
bca3dac
·
1 Parent(s): fd5413b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.8083
20
- - Accuracy: 0.7698
21
- - F1 Macro: 0.5907
22
 
23
  ## Model description
24
 
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
55
- | No log | 0.98 | 26 | 1.3068 | 0.5175 | 0.1137 |
56
- | No log | 2.0 | 53 | 1.1049 | 0.6053 | 0.2234 |
57
- | No log | 2.98 | 79 | 0.9886 | 0.6930 | 0.3290 |
58
- | 1.2122 | 4.0 | 106 | 0.9229 | 0.7018 | 0.3507 |
59
- | 1.2122 | 4.98 | 132 | 0.8905 | 0.7018 | 0.3546 |
60
- | 1.2122 | 6.0 | 159 | 0.8987 | 0.7105 | 0.3595 |
61
- | 1.2122 | 6.98 | 185 | 0.8556 | 0.7018 | 0.4048 |
62
- | 0.6319 | 8.0 | 212 | 0.8385 | 0.7368 | 0.4711 |
63
- | 0.6319 | 8.98 | 238 | 0.8320 | 0.7281 | 0.4660 |
64
- | 0.6319 | 9.81 | 260 | 0.8227 | 0.7281 | 0.4660 |
65
 
66
 
67
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.8592
20
+ - Accuracy: 0.7194
21
+ - F1 Macro: 0.4819
22
 
23
  ## Model description
24
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
55
+ | No log | 0.98 | 26 | 1.3259 | 0.5175 | 0.1137 |
56
+ | No log | 2.0 | 53 | 1.1130 | 0.6228 | 0.2479 |
57
+ | No log | 2.98 | 79 | 1.0243 | 0.6667 | 0.3126 |
58
+ | 1.2194 | 4.0 | 106 | 0.9297 | 0.7018 | 0.3506 |
59
+ | 1.2194 | 4.98 | 132 | 0.9334 | 0.7018 | 0.3593 |
60
+ | 1.2194 | 6.0 | 159 | 0.8904 | 0.7368 | 0.5001 |
61
+ | 1.2194 | 6.98 | 185 | 0.8714 | 0.7281 | 0.4661 |
62
+ | 0.6526 | 8.0 | 212 | 0.8810 | 0.7368 | 0.4847 |
63
+ | 0.6526 | 8.98 | 238 | 0.8807 | 0.7456 | 0.5552 |
64
+ | 0.6526 | 9.81 | 260 | 0.8945 | 0.7193 | 0.5422 |
65
 
66
 
67
  ### Framework versions