Conrad747 commited on
Commit
c072376
1 Parent(s): 72faf2c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.7824620573355818
28
  - name: Recall
29
  type: recall
30
- value: 0.7938408896492729
31
  - name: F1
32
  type: f1
33
- value: 0.7881104033970276
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9543876262626263
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the lg-ner dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.2106
47
- - Precision: 0.7825
48
- - Recall: 0.7938
49
- - F1: 0.7881
50
- - Accuracy: 0.9544
51
 
52
  ## Model description
53
 
@@ -78,17 +78,17 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 261 | 0.3026 | 0.7257 | 0.5047 | 0.5954 | 0.9270 |
82
- | 0.4863 | 2.0 | 522 | 0.2362 | 0.7214 | 0.6801 | 0.7001 | 0.9426 |
83
- | 0.4863 | 3.0 | 783 | 0.2053 | 0.7226 | 0.7622 | 0.7419 | 0.9474 |
84
- | 0.1814 | 4.0 | 1044 | 0.2115 | 0.7081 | 0.7802 | 0.7424 | 0.9465 |
85
- | 0.1814 | 5.0 | 1305 | 0.1974 | 0.7850 | 0.7964 | 0.7907 | 0.9568 |
86
- | 0.1011 | 6.0 | 1566 | 0.2106 | 0.7825 | 0.7938 | 0.7881 | 0.9544 |
87
 
88
 
89
  ### Framework versions
90
 
91
- - Transformers 4.26.1
92
  - Pytorch 1.13.1+cu116
93
- - Datasets 2.10.1
94
  - Tokenizers 0.13.2
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.8141289437585734
28
  - name: Recall
29
  type: recall
30
+ value: 0.7971793149764943
31
  - name: F1
32
  type: f1
33
+ value: 0.8055649813369528
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.952700740525628
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the lg-ner dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2295
47
+ - Precision: 0.8141
48
+ - Recall: 0.7972
49
+ - F1: 0.8056
50
+ - Accuracy: 0.9527
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 261 | 0.4226 | 0.6273 | 0.3606 | 0.4580 | 0.8928 |
82
+ | 0.5572 | 2.0 | 522 | 0.2835 | 0.7720 | 0.6185 | 0.6868 | 0.9219 |
83
+ | 0.5572 | 3.0 | 783 | 0.2740 | 0.7579 | 0.7401 | 0.7489 | 0.9311 |
84
+ | 0.1745 | 4.0 | 1044 | 0.2423 | 0.7895 | 0.7683 | 0.7788 | 0.9399 |
85
+ | 0.1745 | 5.0 | 1305 | 0.2273 | 0.8048 | 0.7945 | 0.7996 | 0.9498 |
86
+ | 0.086 | 6.0 | 1566 | 0.2295 | 0.8141 | 0.7972 | 0.8056 | 0.9527 |
87
 
88
 
89
  ### Framework versions
90
 
91
+ - Transformers 4.27.4
92
  - Pytorch 1.13.1+cu116
93
+ - Datasets 2.11.0
94
  - Tokenizers 0.13.2