ljvmiranda921
commited on
Commit
•
4c10bc7
1
Parent(s):
084754b
Add evaluation results
Browse files
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 |
+
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.9034
|
25 |
+
name: F1
|
26 |
+
datasets:
|
27 |
+
- ljvmiranda921/tlunified-ner
|
28 |
---
|
29 |
calamanCy: Tagalog NLP pipelines in spaCy
|
30 |
|