threite commited on
Commit
419f42a
1 Parent(s): a6e8411

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.7088
20
- - Accuracy: 0.1529
21
 
22
  ## Model description
23
 
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 8
46
 
47
  ### Training results
48
 
@@ -53,10 +53,20 @@ The following hyperparameters were used during training:
53
  | 1.7543 | 2.28 | 15000 | 0.1031 | 1.8126 |
54
  | 1.7273 | 3.05 | 20000 | 0.1331 | 1.8048 |
55
  | 1.7435 | 3.81 | 25000 | 0.2675 | 1.7892 |
56
- | 1.7606 | 4.99 | 30000 | 1.7848 | 0.3121 |
57
- | 1.7546 | 5.82 | 35000 | 1.7737 | 0.3121 |
58
- | 1.7417 | 6.65 | 40000 | 1.7699 | 0.3121 |
59
- | 1.7007 | 7.48 | 45000 | 1.7088 | 0.1529 |
 
 
 
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.6783
20
+ - Accuracy: 0.2495
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 16
46
 
47
  ### Training results
48
 
 
53
  | 1.7543 | 2.28 | 15000 | 0.1031 | 1.8126 |
54
  | 1.7273 | 3.05 | 20000 | 0.1331 | 1.8048 |
55
  | 1.7435 | 3.81 | 25000 | 0.2675 | 1.7892 |
56
+ | 1.7606 | 4.99 | 30000 | 0.3121 | 1.7848 |
57
+ | 1.7546 | 5.82 | 35000 | 0.3121 | 1.7737 |
58
+ | 1.7417 | 6.65 | 40000 | 0.3121 | 1.7699 |
59
+ | 1.7007 | 7.48 | 45000 | 0.1529 | 1.7088 |
60
+ | 1.7542 | 7.87 | 50000 | 0.1331 | 1.8058 |
61
+ | 1.75 | 8.66 | 55000 | 0.1331 | 1.8347 |
62
+ | 1.7505 | 10.05 | 60000 | 1.8079 | 0.1231 |
63
+ | 1.7545 | 10.88 | 65000 | 1.7756 | 0.3121 |
64
+ | 1.7322 | 11.72 | 70000 | 1.7371 | 0.2707 |
65
+ | 1.7082 | 12.56 | 75000 | 1.6886 | 0.2419 |
66
+ | 1.7035 | 13.4 | 80000 | 1.6844 | 0.2638 |
67
+ | 1.6889 | 14.23 | 85000 | 1.6728 | 0.2525 |
68
+ | 1.6779 | 15.07 | 90000 | 1.6737 | 0.2490 |
69
+ | 1.6821 | 15.91 | 95000 | 1.6783 | 0.2495 |
70
 
71
 
72
  ### Framework versions