Tengisbold commited on
Commit
ad25a8d
1 Parent(s): 1691704

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - mn
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: distilbert-base-multilingual-cased-ner-demo
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # distilbert-base-multilingual-cased-ner-demo
21
+
22
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.1687
25
+ - Precision: 0.8684
26
+ - Recall: 0.8891
27
+ - F1: 0.8786
28
+ - Accuracy: 0.9693
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
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.2009 | 1.0 | 572 | 0.1271 | 0.8074 | 0.8440 | 0.8253 | 0.9590 |
60
+ | 0.0951 | 2.0 | 1144 | 0.1069 | 0.8469 | 0.8768 | 0.8616 | 0.9671 |
61
+ | 0.063 | 3.0 | 1716 | 0.1136 | 0.8486 | 0.8783 | 0.8632 | 0.9680 |
62
+ | 0.0444 | 4.0 | 2288 | 0.1221 | 0.8506 | 0.8808 | 0.8654 | 0.9675 |
63
+ | 0.0303 | 5.0 | 2860 | 0.1389 | 0.8576 | 0.8823 | 0.8698 | 0.9677 |
64
+ | 0.0217 | 6.0 | 3432 | 0.1457 | 0.8683 | 0.8878 | 0.8779 | 0.9685 |
65
+ | 0.0157 | 7.0 | 4004 | 0.1542 | 0.8661 | 0.8873 | 0.8766 | 0.9692 |
66
+ | 0.0121 | 8.0 | 4576 | 0.1615 | 0.8730 | 0.8878 | 0.8803 | 0.9694 |
67
+ | 0.0094 | 9.0 | 5148 | 0.1675 | 0.8683 | 0.8883 | 0.8782 | 0.9688 |
68
+ | 0.0077 | 10.0 | 5720 | 0.1687 | 0.8684 | 0.8891 | 0.8786 | 0.9693 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.28.1
74
+ - Pytorch 2.0.0+cu118
75
+ - Datasets 2.12.0
76
+ - Tokenizers 0.13.3