the-neural-networker commited on
Commit
2a9d9c6
1 Parent(s): a904aa3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.7001703577512777
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.3812
36
- - F1: 0.7002
37
 
38
  ## Model description
39
 
@@ -58,15 +58,22 @@ The following hyperparameters were used during training:
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
- - num_epochs: 3
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
- | 0.9675 | 1.0 | 64 | 0.4574 | 0.5938 |
68
- | 0.4302 | 2.0 | 128 | 0.4075 | 0.6627 |
69
- | 0.309 | 3.0 | 192 | 0.3812 | 0.7002 |
 
 
 
 
 
 
 
70
 
71
 
72
  ### Framework versions
 
22
  metrics:
23
  - name: F1
24
  type: f1
25
+ value: 0.7391681109185442
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.5454
36
+ - F1: 0.7392
37
 
38
  ## Model description
39
 
 
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
+ - num_epochs: 10
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
+ | 0.9671 | 1.0 | 64 | 0.4469 | 0.5852 |
68
+ | 0.4238 | 2.0 | 128 | 0.3829 | 0.6812 |
69
+ | 0.2991 | 3.0 | 192 | 0.4379 | 0.6792 |
70
+ | 0.228 | 4.0 | 256 | 0.4082 | 0.7109 |
71
+ | 0.1664 | 5.0 | 320 | 0.4420 | 0.7190 |
72
+ | 0.1202 | 6.0 | 384 | 0.4736 | 0.7228 |
73
+ | 0.0918 | 7.0 | 448 | 0.5068 | 0.7334 |
74
+ | 0.0681 | 8.0 | 512 | 0.5204 | 0.7316 |
75
+ | 0.0495 | 9.0 | 576 | 0.5273 | 0.7389 |
76
+ | 0.0383 | 10.0 | 640 | 0.5454 | 0.7392 |
77
 
78
 
79
  ### Framework versions