annahaz commited on
Commit
98f6a8c
1 Parent(s): 8d00ce1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -19,16 +19,16 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6715
23
- - Accuracy: 0.802
24
- - F1: 0.7735
25
- - Precision: 0.9037
26
- - Recall: 0.676
27
- - Mae: 0.198
28
- - Tn: 464
29
- - Fp: 36
30
- - Fn: 162
31
- - Tp: 338
32
 
33
  ## Model description
34
 
@@ -53,16 +53,14 @@ The following hyperparameters were used during training:
53
  - seed: 42
54
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
  - lr_scheduler_type: linear
56
- - num_epochs: 4
57
 
58
  ### Training results
59
 
60
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Mae | Tn | Fp | Fn | Tp |
61
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|:-----:|:---:|:--:|:---:|:---:|
62
- | 0.3727 | 1.0 | 2714 | 0.6816 | 0.735 | 0.6683 | 0.8930 | 0.534 | 0.265 | 468 | 32 | 233 | 267 |
63
- | 0.3257 | 2.0 | 5428 | 0.6787 | 0.753 | 0.6893 | 0.9288 | 0.548 | 0.247 | 479 | 21 | 226 | 274 |
64
- | 0.2785 | 3.0 | 8142 | 0.5640 | 0.779 | 0.7397 | 0.8997 | 0.628 | 0.221 | 465 | 35 | 186 | 314 |
65
- | 0.25 | 4.0 | 10856 | 0.6715 | 0.802 | 0.7735 | 0.9037 | 0.676 | 0.198 | 464 | 36 | 162 | 338 |
66
 
67
 
68
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.8259
23
+ - Accuracy: 0.826
24
+ - F1: 0.8333
25
+ - Precision: 0.7996
26
+ - Recall: 0.87
27
+ - Mae: 0.174
28
+ - Tn: 391
29
+ - Fp: 109
30
+ - Fn: 65
31
+ - Tp: 435
32
 
33
  ## Model description
34
 
 
53
  - seed: 42
54
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
  - lr_scheduler_type: linear
56
+ - num_epochs: 2
57
 
58
  ### Training results
59
 
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Mae | Tn | Fp | Fn | Tp |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-----:|:---:|:---:|:--:|:---:|
62
+ | 0.2643 | 1.0 | 1603 | 0.6511 | 0.82 | 0.8269 | 0.7963 | 0.86 | 0.18 | 390 | 110 | 70 | 430 |
63
+ | 0.2004 | 2.0 | 3206 | 0.8259 | 0.826 | 0.8333 | 0.7996 | 0.87 | 0.174 | 391 | 109 | 65 | 435 |
 
 
64
 
65
 
66
  ### Framework versions