MikkoLipsanen commited on
Commit
0162f83
·
1 Parent(s): 9a51ae0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -4,7 +4,8 @@ language:
4
  - fi
5
  metrics:
6
  - f1
7
- - accuracy
 
8
  library_name: transformers
9
  pipeline_tag: token-classification
10
  ---
@@ -96,6 +97,22 @@ The training code with instructions will be available soon [here](https://github
96
 
97
  ## Evaluation results
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  ## Acknowledgements
101
 
@@ -106,4 +123,4 @@ museums and libraries that digitise and provide digital materials to their custo
106
  to digitisation and the processing of digital materials.
107
 
108
  Project partners were the National Archives of Finland, Central Archives for Finnish Business Records (Elka),
109
- South-Eastern Finland University of Applied Sciences Ltd (Xamk) and Disec Ltd.
 
4
  - fi
5
  metrics:
6
  - f1
7
+ - precision
8
+ - recall
9
  library_name: transformers
10
  pipeline_tag: token-classification
11
  ---
 
97
 
98
  ## Evaluation results
99
 
100
+ Evaluation results using the test dataset are listed below:
101
+
102
+ ||Precision|Recall|F1-score
103
+ -|-|-|-
104
+ PERSON|0.91|0.91|0.91
105
+ ORG|0.88|0.89|0.89
106
+ LOC|0.87|0.89|0.88
107
+ GPE|0.93|0.94|0.93
108
+ PRODUCT|0.77|0.82|0.80
109
+ EVENT|0.66|0.71|0.69
110
+ DATE|0.89|0.92|0.91
111
+ JON|0.78|0.83|0.80
112
+ FIBC|0.88|0.94|0.69
113
+ NORP|0.91|0.95|0.93
114
+
115
+ The metrics were calculated using the [seqeval](https://github.com/chakki-works/seqeval) library.
116
 
117
  ## Acknowledgements
118
 
 
123
  to digitisation and the processing of digital materials.
124
 
125
  Project partners were the National Archives of Finland, Central Archives for Finnish Business Records (Elka),
126
+ South-Eastern Finland University of Applied Sciences Ltd (Xamk) and Disec Ltd.