Amarsanaa1525 commited on
Commit
ed6c4a9
1 Parent(s): aa15cba

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - mn
4
+ license: apache-2.0
5
+ base_model: bert-base-multilingual-cased
6
+ tags:
7
+ - generated_from_trainer
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: bert-multilingual-cased-ner-demo
15
+ results: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+ # bert-multilingual-cased-ner-demo
22
+
23
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.1471
26
+ - Precision: 0.9148
27
+ - Recall: 0.9229
28
+ - F1: 0.9188
29
+ - Accuracy: 0.9759
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 2e-05
49
+ - train_batch_size: 16
50
+ - eval_batch_size: 32
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 10
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | 0.1743 | 1.0 | 477 | 0.0992 | 0.8649 | 0.8914 | 0.8780 | 0.9695 |
61
+ | 0.0848 | 2.0 | 954 | 0.0900 | 0.8822 | 0.9010 | 0.8915 | 0.9719 |
62
+ | 0.0557 | 3.0 | 1431 | 0.1110 | 0.8848 | 0.9001 | 0.8924 | 0.9699 |
63
+ | 0.0411 | 4.0 | 1908 | 0.1061 | 0.8993 | 0.9140 | 0.9066 | 0.9744 |
64
+ | 0.0298 | 5.0 | 2385 | 0.1130 | 0.8923 | 0.9147 | 0.9034 | 0.9732 |
65
+ | 0.0207 | 6.0 | 2862 | 0.1197 | 0.9078 | 0.9176 | 0.9127 | 0.9756 |
66
+ | 0.0144 | 7.0 | 3339 | 0.1372 | 0.9053 | 0.9180 | 0.9116 | 0.9742 |
67
+ | 0.0088 | 8.0 | 3816 | 0.1401 | 0.9080 | 0.9195 | 0.9137 | 0.9746 |
68
+ | 0.0066 | 9.0 | 4293 | 0.1442 | 0.9100 | 0.9216 | 0.9158 | 0.9753 |
69
+ | 0.0054 | 10.0 | 4770 | 0.1471 | 0.9148 | 0.9229 | 0.9188 | 0.9759 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.35.1
75
+ - Pytorch 2.1.0+cu118
76
+ - Datasets 2.14.6
77
+ - Tokenizers 0.14.1