osanseviero
commited on
Commit
•
efd9a5a
1
Parent(s):
14bd6e1
Update spaCy pipeline
Browse files- .gitattributes +1 -0
- README.md +58 -0
- morphologizer/model +0 -0
- ner/model +0 -0
- parser/model +0 -0
- senter/model +0 -0
- tok2vec/model +0 -0
- vocab/vectors +0 -3
.gitattributes
CHANGED
@@ -18,3 +18,4 @@
|
|
18 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
19 |
*strings.json filter=lfs diff=lfs merge=lfs -text
|
20 |
vectors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
18 |
*.npz filter=lfs diff=lfs merge=lfs -text
|
19 |
*strings.json filter=lfs diff=lfs merge=lfs -text
|
20 |
vectors filter=lfs diff=lfs merge=lfs -text
|
21 |
+
model filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -6,6 +6,64 @@ language:
|
|
6 |
- ca
|
7 |
license: GNU-GPL-3.0
|
8 |
model-index:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- name: ca_core_news_lg
|
10 |
results:
|
11 |
- tasks:
|
|
|
6 |
- ca
|
7 |
license: GNU-GPL-3.0
|
8 |
model-index:
|
9 |
+
- name: ca_core_news_lg
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: NER
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: NER Precision
|
16 |
+
type: precision
|
17 |
+
value: 0.8417475728
|
18 |
+
- name: NER Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.8414752507
|
21 |
+
- name: NER F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.8416113897
|
24 |
+
- task:
|
25 |
+
name: POS
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: POS Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.978748346
|
31 |
+
- task:
|
32 |
+
name: SENTER
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: SENTER Precision
|
36 |
+
type: precision
|
37 |
+
value: 0.9842473746
|
38 |
+
- name: SENTER Recall
|
39 |
+
type: recall
|
40 |
+
value: 0.9871269748
|
41 |
+
- name: SENTER F Score
|
42 |
+
type: f_score
|
43 |
+
value: 0.9856850716
|
44 |
+
- task:
|
45 |
+
name: UNLABELED_DEPENDENCIES
|
46 |
+
type: token-classification
|
47 |
+
metrics:
|
48 |
+
- name: Unlabeled Dependencies Accuracy
|
49 |
+
type: accuracy
|
50 |
+
value: 0.9154911554
|
51 |
+
- task:
|
52 |
+
name: LABELED_DEPENDENCIES
|
53 |
+
type: token-classification
|
54 |
+
metrics:
|
55 |
+
- name: Labeled Dependencies Accuracy
|
56 |
+
type: accuracy
|
57 |
+
value: 0.9154911554
|
58 |
+
---
|
59 |
+
---
|
60 |
+
tags:
|
61 |
+
- spacy
|
62 |
+
- token-classification
|
63 |
+
language:
|
64 |
+
- ca
|
65 |
+
license: GNU-GPL-3.0
|
66 |
+
model-index:
|
67 |
- name: ca_core_news_lg
|
68 |
results:
|
69 |
- tasks:
|
morphologizer/model
CHANGED
Binary files a/morphologizer/model and b/morphologizer/model differ
|
|
ner/model
CHANGED
Binary files a/ner/model and b/ner/model differ
|
|
parser/model
CHANGED
Binary files a/parser/model and b/parser/model differ
|
|
senter/model
CHANGED
Binary files a/senter/model and b/senter/model differ
|
|
tok2vec/model
CHANGED
Binary files a/tok2vec/model and b/tok2vec/model differ
|
|
vocab/vectors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:507f52fbbcad183c891c3ba15a60566e7a5e5a57aa618b2ee705851081828210
|
3 |
-
size 600000128
|
|
|
|
|
|
|
|