ltuzova commited on
Commit
78372bb
·
1 Parent(s): 6c1486f

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: 1.0731
20
- - Accuracy: 0.7842
21
- - F1 Macro: 0.6927
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
- | 1.3931 | 1.0 | 105 | 1.0457 | 0.6842 | 0.3071 |
56
- | 1.0487 | 2.0 | 211 | 0.8936 | 0.6842 | 0.3201 |
57
- | 0.8369 | 3.0 | 316 | 0.7841 | 0.7281 | 0.4126 |
58
- | 0.5949 | 4.0 | 422 | 0.6737 | 0.7807 | 0.6027 |
59
- | 0.431 | 5.0 | 527 | 0.7379 | 0.7632 | 0.6569 |
60
- | 0.3456 | 6.0 | 633 | 0.7826 | 0.7719 | 0.6541 |
61
- | 0.2285 | 7.0 | 738 | 0.7410 | 0.8158 | 0.7300 |
62
- | 0.1757 | 8.0 | 844 | 0.8297 | 0.7982 | 0.7306 |
63
- | 0.1577 | 9.0 | 949 | 0.8780 | 0.7982 | 0.7212 |
64
- | 0.0973 | 9.95 | 1050 | 0.9575 | 0.8158 | 0.7410 |
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.9427
20
+ - Accuracy: 0.7986
21
+ - F1 Macro: 0.6913
22
 
23
  ## Model description
24
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
55
+ | 1.4059 | 1.0 | 105 | 1.0585 | 0.6491 | 0.2714 |
56
+ | 1.0405 | 2.0 | 211 | 0.9258 | 0.6842 | 0.3254 |
57
+ | 0.8144 | 3.0 | 316 | 0.7686 | 0.7281 | 0.4907 |
58
+ | 0.5887 | 4.0 | 422 | 0.7906 | 0.7456 | 0.5518 |
59
+ | 0.404 | 5.0 | 527 | 0.6946 | 0.7719 | 0.7045 |
60
+ | 0.3302 | 6.0 | 633 | 0.8840 | 0.7719 | 0.6330 |
61
+ | 0.225 | 7.0 | 738 | 0.8200 | 0.8070 | 0.7258 |
62
+ | 0.1843 | 8.0 | 844 | 0.8336 | 0.8070 | 0.7533 |
63
+ | 0.16 | 9.0 | 949 | 0.8221 | 0.8246 | 0.7641 |
64
+ | 0.0977 | 9.95 | 1050 | 0.8798 | 0.8246 | 0.7649 |
65
 
66
 
67
  ### Framework versions