hts98 commited on
Commit
44573ed
·
1 Parent(s): e94bf2a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -7
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: NlpHUST/electra-base-vn
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - precision
8
  - recall
@@ -10,7 +12,26 @@ metrics:
10
  - accuracy
11
  model-index:
12
  - name: Ner-vibert4news-base-cased
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,13 +39,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # Ner-vibert4news-base-cased
20
 
21
- This model is a fine-tuned version of [NlpHUST/electra-base-vn](https://huggingface.co/NlpHUST/electra-base-vn) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 2.2552
24
- - Precision: 0.6164
25
- - Recall: 0.6728
26
- - F1: 0.6434
27
- - Accuracy: 0.7944
28
 
29
  ## Model description
30
 
 
3
  base_model: NlpHUST/electra-base-vn
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - hts98/UIT
8
  metrics:
9
  - precision
10
  - recall
 
12
  - accuracy
13
  model-index:
14
  - name: Ner-vibert4news-base-cased
15
+ results:
16
+ - task:
17
+ name: Token Classification
18
+ type: token-classification
19
+ dataset:
20
+ name: hts98/UIT
21
+ type: hts98/UIT
22
+ metrics:
23
+ - name: Precision
24
+ type: precision
25
+ value: 0.6231584388730939
26
+ - name: Recall
27
+ type: recall
28
+ value: 0.6730876605248465
29
+ - name: F1
30
+ type: f1
31
+ value: 0.6471614548382768
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.7937549199685122
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
39
 
40
  # Ner-vibert4news-base-cased
41
 
42
+ This model is a fine-tuned version of [NlpHUST/electra-base-vn](https://huggingface.co/NlpHUST/electra-base-vn) on the hts98/UIT dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 2.2270
45
+ - Precision: 0.6232
46
+ - Recall: 0.6731
47
+ - F1: 0.6472
48
+ - Accuracy: 0.7938
49
 
50
  ## Model description
51