lilyyellow commited on
Commit
e41d2c0
1 Parent(s): 4ea9c14

End of training

Browse files
Files changed (1) hide show
  1. README.md +26 -13
README.md CHANGED
@@ -1,8 +1,12 @@
1
  ---
2
- license: mit
3
- base_model: FacebookAI/xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: my_awesome_ner-token_classification_v1.0
8
  results: []
@@ -13,18 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # my_awesome_ner-token_classification_v1.0
15
 
16
- This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 0.8037
19
- - eval_precision: 0.4696
20
- - eval_recall: 0.5214
21
- - eval_f1: 0.4941
22
- - eval_accuracy: 0.7969
23
- - eval_runtime: 6.2464
24
- - eval_samples_per_second: 80.046
25
- - eval_steps_per_second: 5.123
26
- - epoch: 9.9645
27
- - step: 2810
28
 
29
  ## Model description
30
 
@@ -51,6 +50,20 @@ The following hyperparameters were used during training:
51
  - lr_scheduler_type: cosine
52
  - num_epochs: 20
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ### Framework versions
55
 
56
  - Transformers 4.41.2
 
1
  ---
2
+ base_model: NlpHUST/ner-vietnamese-electra-base
 
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
  model-index:
11
  - name: my_awesome_ner-token_classification_v1.0
12
  results: []
 
17
 
18
  # my_awesome_ner-token_classification_v1.0
19
 
20
+ This model is a fine-tuned version of [NlpHUST/ner-vietnamese-electra-base](https://huggingface.co/NlpHUST/ner-vietnamese-electra-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.0322
23
+ - Precision: 0.4590
24
+ - Recall: 0.5400
25
+ - F1: 0.4963
26
+ - Accuracy: 0.7805
 
 
 
 
 
27
 
28
  ## Model description
29
 
 
50
  - lr_scheduler_type: cosine
51
  - num_epochs: 20
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.8701 | 1.9929 | 562 | 0.8431 | 0.4537 | 0.4154 | 0.4337 | 0.7907 |
58
+ | 0.5651 | 3.9858 | 1124 | 0.7613 | 0.4524 | 0.4899 | 0.4704 | 0.7898 |
59
+ | 0.4312 | 5.9787 | 1686 | 0.8134 | 0.4654 | 0.5182 | 0.4904 | 0.7902 |
60
+ | 0.3305 | 7.9716 | 2248 | 0.8743 | 0.4417 | 0.5336 | 0.4833 | 0.7762 |
61
+ | 0.255 | 9.9645 | 2810 | 0.9331 | 0.4217 | 0.5375 | 0.4726 | 0.7694 |
62
+ | 0.2071 | 11.9574 | 3372 | 0.9707 | 0.4527 | 0.5435 | 0.4940 | 0.7795 |
63
+ | 0.1984 | 13.9504 | 3934 | 0.9967 | 0.4663 | 0.5336 | 0.4977 | 0.7834 |
64
+ | 0.1702 | 15.9433 | 4496 | 1.0322 | 0.4590 | 0.5400 | 0.4963 | 0.7805 |
65
+
66
+
67
  ### Framework versions
68
 
69
  - Transformers 4.41.2