Amarsanaa1525 commited on
Commit
c910b38
1 Parent(s): a1c7f53

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: mit
5
+ base_model: xlm-roberta-base
6
+ tags:
7
+ - generated_from_trainer
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: xlm-roberta-base-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
+ # xlm-roberta-base-ner-demo
22
+
23
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.1272
26
+ - Precision: 0.9267
27
+ - Recall: 0.9350
28
+ - F1: 0.9309
29
+ - Accuracy: 0.9786
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.2011 | 1.0 | 477 | 0.0950 | 0.8951 | 0.9101 | 0.9025 | 0.9717 |
61
+ | 0.0809 | 2.0 | 954 | 0.1010 | 0.8992 | 0.9135 | 0.9063 | 0.9720 |
62
+ | 0.0588 | 3.0 | 1431 | 0.0937 | 0.9143 | 0.9274 | 0.9208 | 0.9765 |
63
+ | 0.0438 | 4.0 | 1908 | 0.0949 | 0.9192 | 0.9291 | 0.9241 | 0.9771 |
64
+ | 0.0316 | 5.0 | 2385 | 0.1000 | 0.9220 | 0.9300 | 0.9260 | 0.9771 |
65
+ | 0.0238 | 6.0 | 2862 | 0.1099 | 0.9266 | 0.9333 | 0.9299 | 0.9783 |
66
+ | 0.0181 | 7.0 | 3339 | 0.1125 | 0.9262 | 0.9344 | 0.9303 | 0.9783 |
67
+ | 0.0135 | 8.0 | 3816 | 0.1201 | 0.9220 | 0.9333 | 0.9276 | 0.9781 |
68
+ | 0.0106 | 9.0 | 4293 | 0.1244 | 0.9263 | 0.9343 | 0.9303 | 0.9784 |
69
+ | 0.0089 | 10.0 | 4770 | 0.1272 | 0.9267 | 0.9350 | 0.9309 | 0.9786 |
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