Enkhbold commited on
Commit
136132e
1 Parent(s): e25570f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -4,6 +4,11 @@ language:
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
 
 
 
 
 
7
  model-index:
8
  - name: mongolian-bert-base-multilingual-cased-demo
9
  results: []
@@ -15,6 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
15
  # mongolian-bert-base-multilingual-cased-demo
16
 
17
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +52,22 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 10
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.29.2
 
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
  model-index:
13
  - name: mongolian-bert-base-multilingual-cased-demo
14
  results: []
 
20
  # mongolian-bert-base-multilingual-cased-demo
21
 
22
  This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.1375
25
+ - Precision: 0.9051
26
+ - Recall: 0.9203
27
+ - F1: 0.9126
28
+ - Accuracy: 0.9775
29
 
30
  ## Model description
31
 
 
52
  - lr_scheduler_type: linear
53
  - num_epochs: 10
54
 
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.1747 | 1.0 | 477 | 0.1069 | 0.8431 | 0.8768 | 0.8596 | 0.9663 |
60
+ | 0.0845 | 2.0 | 954 | 0.0870 | 0.8887 | 0.9001 | 0.8944 | 0.9748 |
61
+ | 0.0591 | 3.0 | 1431 | 0.0987 | 0.8914 | 0.9059 | 0.8986 | 0.9730 |
62
+ | 0.0388 | 4.0 | 1908 | 0.1065 | 0.8928 | 0.9093 | 0.9010 | 0.9733 |
63
+ | 0.0278 | 5.0 | 2385 | 0.1173 | 0.8969 | 0.9150 | 0.9059 | 0.9760 |
64
+ | 0.0196 | 6.0 | 2862 | 0.1215 | 0.9050 | 0.9169 | 0.9109 | 0.9765 |
65
+ | 0.0142 | 7.0 | 3339 | 0.1229 | 0.9063 | 0.9183 | 0.9123 | 0.9771 |
66
+ | 0.01 | 8.0 | 3816 | 0.1283 | 0.9017 | 0.9159 | 0.9087 | 0.9767 |
67
+ | 0.0074 | 9.0 | 4293 | 0.1319 | 0.9066 | 0.9201 | 0.9133 | 0.9776 |
68
+ | 0.0051 | 10.0 | 4770 | 0.1375 | 0.9051 | 0.9203 | 0.9126 | 0.9775 |
69
+
70
+
71
  ### Framework versions
72
 
73
  - Transformers 4.29.2