Santp98 commited on
Commit
7d7618c
1 Parent(s): dd34566

Model save

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. all_results.json +7 -0
  3. mlm_eval_results.json +7 -0
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.7845
19
 
20
  ## Model description
21
 
 
15
 
16
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7909
19
 
20
  ## Model description
21
 
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.7886184453964233,
4
+ "eval_runtime": 73.679,
5
+ "eval_samples_per_second": 60.899,
6
+ "eval_steps_per_second": 3.814
7
+ }
mlm_eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.7886184453964233,
4
+ "eval_runtime": 73.679,
5
+ "eval_samples_per_second": 60.899,
6
+ "eval_steps_per_second": 3.814
7
+ }