Mizuiro-sakura commited on
Commit
1806de1
1 Parent(s): 40cac34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -25,20 +25,19 @@ This model is fine-tuned by using Wikipedia dataset.
25
  You could use this model for NER tasks.
26
 
27
  # モデルの精度 accuracy of model
28
- precision recall f1-score support
29
-
30
- その他の組織名 0.76 0.77 0.77 238
31
- イベント名  0.83 0.90 0.87 215
32
- 人名   0.88 0.91 0.90 546
33
- 地名 0.84 0.83 0.83 440
34
- 政治的組織名 0.80 0.84 0.82 263
35
- 施設名 0.78 0.83 0.80 241
36
- 法人名 0.88 0.90 0.89 487
37
- 製品名 0.74 0.80 0.77 252
38
-
39
- micro avg 0.83 0.86 0.84 2682
40
- macro avg 0.81 0.85 0.83 2682
41
- weighted avg 0.83 0.86 0.84 2682
42
 
43
 
44
  # How to use 使い方
 
25
  You could use this model for NER tasks.
26
 
27
  # モデルの精度 accuracy of model
28
+ || precision |recall | f1-score | support|
29
+ |---|----|----|----|----|
30
+ |その他の組織名 | 0.76 | 0.77 | 0.77 | 238|
31
+ |イベント名  |0.83 |0.90 | 0.87 |215|
32
+ |人名   |0.88 |0.91 | 0.90 | 546|
33
+ |地名 | 0.84 | 0.83 |0.83 | 440|
34
+ |政治的組織名 | 0.80 |0.84 | 0.82 | 263|
35
+ |施設名 | 0.78 | 0.83 | 0.80 | 241|
36
+ |法人名 | 0.88 | 0.90 | 0.89 | 487|
37
+ |製品名 | 0.74 | 0.80 |0.77 | 252|
38
+ |micro avg |0.83 |0.86 | 0.84 | 2682|
39
+ |macro avg | 0.81 | 0.85 | 0.83 | 2682|
40
+ |weighted avg |0.83 | 0.86 | 0.84 | 2682|
 
41
 
42
 
43
  # How to use 使い方