hucruz commited on
Commit
efc72d4
1 Parent(s): eb3bba4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
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 [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.6596
20
- - Accuracy: 0.8073
21
 
22
  ## Model description
23
 
@@ -42,17 +42,22 @@ 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: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 63 | 0.9671 | 0.6147 |
52
- | No log | 2.0 | 126 | 0.7585 | 0.7156 |
53
- | No log | 3.0 | 189 | 0.6940 | 0.7615 |
54
- | No log | 4.0 | 252 | 0.6598 | 0.7615 |
55
- | No log | 5.0 | 315 | 0.6596 | 0.8073 |
 
 
 
 
 
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.3237
20
+ - Accuracy: 0.7982
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: 10
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 63 | 0.8631 | 0.7523 |
52
+ | No log | 2.0 | 126 | 0.7686 | 0.8257 |
53
+ | No log | 3.0 | 189 | 1.2180 | 0.7431 |
54
+ | No log | 4.0 | 252 | 1.1273 | 0.7982 |
55
+ | No log | 5.0 | 315 | 1.2937 | 0.7706 |
56
+ | No log | 6.0 | 378 | 1.3242 | 0.7890 |
57
+ | No log | 7.0 | 441 | 1.3387 | 0.7982 |
58
+ | 0.0916 | 8.0 | 504 | 1.2943 | 0.7706 |
59
+ | 0.0916 | 9.0 | 567 | 1.3299 | 0.7982 |
60
+ | 0.0916 | 10.0 | 630 | 1.3237 | 0.7982 |
61
 
62
 
63
  ### Framework versions