alexbeta80 commited on
Commit
93d3851
1 Parent(s): cb43790

End of training

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -3,6 +3,11 @@ license: mit
3
  base_model: FacebookAI/xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: xlm-roberta-base-finetuned-ner
8
  results: []
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
14
  # xlm-roberta-base-finetuned-ner
15
 
16
  This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the None dataset.
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -38,7 +49,18 @@ The following hyperparameters were used during training:
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 10
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ### Framework versions
44
 
 
3
  base_model: FacebookAI/xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
  model-index:
12
  - name: xlm-roberta-base-finetuned-ner
13
  results: []
 
19
  # xlm-roberta-base-finetuned-ner
20
 
21
  This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.1709
24
+ - Precision: 0.9135
25
+ - Recall: 0.9540
26
+ - F1: 0.9333
27
+ - Accuracy: 0.9703
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2034 | 1.0 | 3528 | 0.1751 | 0.8395 | 0.8960 | 0.8668 | 0.9486 |
59
+ | 0.1664 | 2.0 | 7056 | 0.1565 | 0.8781 | 0.9253 | 0.9010 | 0.9586 |
60
+ | 0.0924 | 3.0 | 10584 | 0.1574 | 0.8903 | 0.9382 | 0.9136 | 0.9643 |
61
+ | 0.0641 | 4.0 | 14112 | 0.1663 | 0.9013 | 0.9551 | 0.9274 | 0.9664 |
62
+ | 0.0348 | 5.0 | 17640 | 0.1709 | 0.9135 | 0.9540 | 0.9333 | 0.9703 |
63
+
64
 
65
  ### Framework versions
66