ljvmiranda921
commited on
Commit
•
24e0a0a
1
Parent(s):
f65402c
Add dataset information
Browse files
README.md
CHANGED
@@ -8,21 +8,22 @@ license: mit
|
|
8 |
library_name: spacy
|
9 |
pipeline_tag: token-classification
|
10 |
model-index:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
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 |
|