ljvmiranda921
commited on
Commit
•
cf593a9
1
Parent(s):
120db83
Update README.md
Browse files
README.md
CHANGED
@@ -5,27 +5,28 @@ tags:
|
|
5 |
language:
|
6 |
- tl
|
7 |
license: mit
|
8 |
-
arxiv:
|
9 |
library_name: spacy
|
10 |
pipeline_tag: token-classification
|
11 |
model-index:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
name: F1
|
27 |
datasets:
|
28 |
- ljvmiranda921/tlunified-ner
|
|
|
|
|
29 |
---
|
30 |
calamanCy: Tagalog NLP pipelines in spaCy
|
31 |
|
|
|
5 |
language:
|
6 |
- tl
|
7 |
license: mit
|
8 |
+
arxiv: arxiv.org/abs/2311.07171
|
9 |
library_name: spacy
|
10 |
pipeline_tag: token-classification
|
11 |
model-index:
|
12 |
+
- name: 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 |
+
metrics:
|
29 |
+
- f1
|
30 |
---
|
31 |
calamanCy: Tagalog NLP pipelines in spaCy
|
32 |
|