reichenbach commited on
Commit
23d4ddf
1 Parent(s): 9ca5c63

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.6951
21
- - Accuracy: 0.5314
22
 
23
  ## Model description
24
 
@@ -37,21 +37,23 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
- | 1.8265 | 1.0 | 10477 | 1.7803 | 0.5103 |
53
- | 1.6303 | 2.0 | 20954 | 1.7133 | 0.5224 |
54
- | 1.4725 | 3.0 | 31431 | 1.6951 | 0.5314 |
 
 
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.8010
21
+ - Accuracy: 0.5115
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 1.9938 | 1.0 | 10477 | 1.9427 | 0.4726 |
53
+ | 1.8313 | 2.0 | 20954 | 1.8492 | 0.4938 |
54
+ | 1.7042 | 3.0 | 31431 | 1.8031 | 0.5019 |
55
+ | 1.5338 | 4.0 | 41908 | 1.7811 | 0.5123 |
56
+ | 1.3984 | 5.0 | 52385 | 1.8010 | 0.5115 |
57
 
58
 
59
  ### Framework versions