steysie commited on
Commit
69ece2f
1 Parent(s): 5a50353

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -14,12 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 0.0000
18
- - eval_runtime: 441.2851
19
- - eval_samples_per_second: 23.296
20
- - eval_steps_per_second: 2.912
21
- - epoch: 1.9
22
- - step: 22000
23
 
24
  ## Model description
25
 
@@ -46,6 +41,15 @@ The following hyperparameters were used during training:
46
  - lr_scheduler_type: linear
47
  - num_epochs: 3.0
48
 
 
 
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.18.0
 
14
 
15
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0000
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3.0
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 0.0006 | 1.0 | 11586 | 0.0000 |
49
+ | 0.0003 | 2.0 | 23172 | 0.0000 |
50
+ | 0.0 | 3.0 | 34806 | 0.0000 |
51
+
52
+
53
  ### Framework versions
54
 
55
  - Transformers 4.18.0