osanseviero
commited on
Commit
•
dbb8988
1
Parent(s):
7cf49d3
Update spaCy pipeline
Browse files- .gitattributes +1 -0
- README.md +23 -0
.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
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
| Feature | Description |
|
2 |
| --- | --- |
|
3 |
| **Name** | `en_ner_fashion` |
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
model-index:
|
8 |
+
- name: fashion_brands_patterns
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
name: NER
|
12 |
+
type: token-classification
|
13 |
+
metrics:
|
14 |
+
- name: NER Precision
|
15 |
+
type: precision
|
16 |
+
value: 0.0
|
17 |
+
- name: NER Recall
|
18 |
+
type: recall
|
19 |
+
value: 0.0
|
20 |
+
- name: NER F Score
|
21 |
+
type: f_score
|
22 |
+
value: 0.0
|
23 |
+
---
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
26 |
| **Name** | `en_ner_fashion` |
|