librarian-bot
commited on
Commit
•
d40ef8c
1
Parent(s):
75d5e95
Librarian Bot: Update dataset YAML metadata for model
Browse filesThis is a pull request to add a dataset, [`KBLab/sucx3_ner`](https://huggingface.co/datasets/KBLab/sucx3_ner), to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
The pull request was made by [librarian-bot](https://huggingface.co/librarian-bot) and used a combination of rules and/or machine learning to suggest this additional metadata.
If this suggestion is incorrect, feel free to close this pull request.
Librarian Bot was made by [@davanstrien](https://huggingface.co/davanstrien); feel free to get in touch with feedback.
README.md
CHANGED
@@ -1,75 +1,11 @@
|
|
1 |
---
|
2 |
-
tags:
|
3 |
-
- spacy
|
4 |
-
- token-classification
|
5 |
language:
|
6 |
- sv
|
7 |
license: cc-by-sa-4.0
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
name: NER
|
13 |
-
type: token-classification
|
14 |
-
metrics:
|
15 |
-
- name: NER Precision
|
16 |
-
type: precision
|
17 |
-
value: 0.8602032409
|
18 |
-
- name: NER Recall
|
19 |
-
type: recall
|
20 |
-
value: 0.7620437956
|
21 |
-
- name: NER F Score
|
22 |
-
type: f_score
|
23 |
-
value: 0.8081537866
|
24 |
-
- task:
|
25 |
-
name: TAG
|
26 |
-
type: token-classification
|
27 |
-
metrics:
|
28 |
-
- name: TAG (XPOS) Accuracy
|
29 |
-
type: accuracy
|
30 |
-
value: 0.9509033378
|
31 |
-
- task:
|
32 |
-
name: POS
|
33 |
-
type: token-classification
|
34 |
-
metrics:
|
35 |
-
- name: POS (UPOS) Accuracy
|
36 |
-
type: accuracy
|
37 |
-
value: 0.9637644177
|
38 |
-
- task:
|
39 |
-
name: MORPH
|
40 |
-
type: token-classification
|
41 |
-
metrics:
|
42 |
-
- name: Morph (UFeats) Accuracy
|
43 |
-
type: accuracy
|
44 |
-
value: 0.9584566704
|
45 |
-
- task:
|
46 |
-
name: LEMMA
|
47 |
-
type: token-classification
|
48 |
-
metrics:
|
49 |
-
- name: Lemma Accuracy
|
50 |
-
type: accuracy
|
51 |
-
value: 0.9555986526
|
52 |
-
- task:
|
53 |
-
name: UNLABELED_DEPENDENCIES
|
54 |
-
type: token-classification
|
55 |
-
metrics:
|
56 |
-
- name: Unlabeled Attachment Score (UAS)
|
57 |
-
type: f_score
|
58 |
-
value: 0.8362874455
|
59 |
-
- task:
|
60 |
-
name: LABELED_DEPENDENCIES
|
61 |
-
type: token-classification
|
62 |
-
metrics:
|
63 |
-
- name: Labeled Attachment Score (LAS)
|
64 |
-
type: f_score
|
65 |
-
value: 0.7879268362
|
66 |
-
- task:
|
67 |
-
name: SENTS
|
68 |
-
type: token-classification
|
69 |
-
metrics:
|
70 |
-
- name: Sentences F-Score
|
71 |
-
type: f_score
|
72 |
-
value: 0.9364613881
|
73 |
---
|
74 |
### Details: https://spacy.io/models/sv#sv_core_news_lg
|
75 |
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- sv
|
4 |
license: cc-by-sa-4.0
|
5 |
+
tags:
|
6 |
+
- spacy
|
7 |
+
- token-classification
|
8 |
+
datasets: KBLab/sucx3_ner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
### Details: https://spacy.io/models/sv#sv_core_news_lg
|
11 |
|