ljvmiranda921 commited on
Commit
24e0a0a
1 Parent(s): f65402c

Add dataset information

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