ljvmiranda921 commited on
Commit
0c1eef5
1 Parent(s): 55ef01a

Add evaluation results

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -5,6 +5,26 @@ tags:
5
  language:
6
  - tl
7
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
  calamanCy: Tagalog NLP pipelines in spaCy
10
 
 
5
  language:
6
  - tl
7
  license: mit
8
+ datasets:
9
+ - ljvmiranda921/tlunified-ner
10
+ library_name: spacy
11
+ pipeline_tag: token-classification
12
+ model-index:
13
+ - name: >-
14
+ Medium-sized calamanCy pipeline by L.J. Miranda
15
+ results:
16
+ - task:
17
+ type: token-classification
18
+ name: Named Entity Recognition
19
+ dataset:
20
+ type: tlunified-ner
21
+ name: TLUnified-NER
22
+ split: test
23
+ revision: 3f7dab9d232414ec6204f8d6934b9a35f90a254f
24
+ metrics:
25
+ - type: f1
26
+ value: 0.8767
27
+ name: F1
28
  ---
29
  calamanCy: Tagalog NLP pipelines in spaCy
30