KennethEnevoldsen
commited on
Commit
•
22f2e92
1
Parent(s):
aec3cff
update dacy pipeline
Browse files- README.md +6 -3
- da_dacy_small_trf-any-py3-none-any.whl +2 -2
- meta.json +6 -6
README.md
CHANGED
@@ -4,6 +4,7 @@ tags:
|
|
4 |
- token-classification
|
5 |
language:
|
6 |
- da
|
|
|
7 |
model-index:
|
8 |
- name: da_dacy_small_trf
|
9 |
results:
|
@@ -48,6 +49,8 @@ model-index:
|
|
48 |
type: accuracy
|
49 |
value: 0.1536466438
|
50 |
---
|
|
|
|
|
51 |
| Feature | Description |
|
52 |
| --- | --- |
|
53 |
| **Name** | `da_dacy_small_trf` |
|
@@ -57,8 +60,8 @@ model-index:
|
|
57 |
| **Components** | `transformer`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
|
58 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
59 |
| **Sources** | n/a |
|
60 |
-
| **License** |
|
61 |
-
| **Author** | [
|
62 |
|
63 |
### Label Scheme
|
64 |
|
@@ -89,7 +92,7 @@ model-index:
|
|
89 |
| `ENTS_F` | 0.76 |
|
90 |
| `ENTS_P` | 0.41 |
|
91 |
| `ENTS_R` | 5.42 |
|
92 |
-
| `TRANSFORMER_LOSS` |
|
93 |
| `MORPHOLOGIZER_LOSS` | 27424.22 |
|
94 |
| `PARSER_LOSS` | 42403.38 |
|
95 |
| `NER_LOSS` | 26244.95 |
|
|
|
4 |
- token-classification
|
5 |
language:
|
6 |
- da
|
7 |
+
license: Apache-2.0-License
|
8 |
model-index:
|
9 |
- name: da_dacy_small_trf
|
10 |
results:
|
|
|
49 |
type: accuracy
|
50 |
value: 0.1536466438
|
51 |
---
|
52 |
+
DaCy is a Danish language processing framework with state-of-the-art pipelines as well as functionality for analysing Danish pipelines. DaCy's largest pipeline has achieved State-of-the-Art performance on Named entity recognition, part-of-speech tagging and dependency parsing for Danish on the DaNE dataset. Check out the [DaCy repository](https://github.com/centre-for-humanities-computing/DaCy) for material on how to use DaCy and reproduce the results. This repository also contains guides on usage of the package as well as behavioural test for biases and robustness of Danish NLP pipelines.
|
53 |
+
|
54 |
| Feature | Description |
|
55 |
| --- | --- |
|
56 |
| **Name** | `da_dacy_small_trf` |
|
|
|
60 |
| **Components** | `transformer`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
|
61 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
62 |
| **Sources** | n/a |
|
63 |
+
| **License** | `Apache-2.0 License` |
|
64 |
+
| **Author** | [Kenneth Enevoldsen](https://centre-for-humanities-computing.github.io/DaCy/) |
|
65 |
|
66 |
### Label Scheme
|
67 |
|
|
|
92 |
| `ENTS_F` | 0.76 |
|
93 |
| `ENTS_P` | 0.41 |
|
94 |
| `ENTS_R` | 5.42 |
|
95 |
+
| `TRANSFORMER_LOSS` | 0.00 |
|
96 |
| `MORPHOLOGIZER_LOSS` | 27424.22 |
|
97 |
| `PARSER_LOSS` | 42403.38 |
|
98 |
| `NER_LOSS` | 26244.95 |
|
da_dacy_small_trf-any-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c796398619e050fed60156946e76f7baad193c644f207386c37a0cb91877cdb0
|
3 |
+
size 57359229
|
meta.json
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
"lang":"da",
|
3 |
"name":"dacy_small_trf",
|
4 |
"version":"0.1.0",
|
5 |
-
"description":"",
|
6 |
-
"author":"",
|
7 |
-
"email":"",
|
8 |
-
"url":"",
|
9 |
-
"license":"",
|
10 |
"spacy_version":">=3.1.0,<3.2.0",
|
11 |
"spacy_git_version":"530b5d72f",
|
12 |
"vectors":{
|
@@ -546,7 +546,7 @@
|
|
546 |
"f":0.0
|
547 |
}
|
548 |
},
|
549 |
-
"transformer_loss":
|
550 |
"morphologizer_loss":274.2421875,
|
551 |
"parser_loss":424.0338255167,
|
552 |
"ner_loss":262.4495080709
|
|
|
2 |
"lang":"da",
|
3 |
"name":"dacy_small_trf",
|
4 |
"version":"0.1.0",
|
5 |
+
"description":"DaCy is a Danish language processing framework with state-of-the-art pipelines as well as functionality for analysing Danish pipelines. DaCy's largest pipeline has achieved State-of-the-Art performance on Named entity recognition, part-of-speech tagging and dependency parsing for Danish on the DaNE dataset. Check out the [DaCy repository](https://github.com/centre-for-humanities-computing/DaCy) for material on how to use DaCy and reproduce the results. This repository also contains guides on usage of the package as well as behavioural test for biases and robustness of Danish NLP pipelines.",
|
6 |
+
"author":"Kenneth Enevoldsen",
|
7 |
+
"email":"kenneth.enevoldsen@cas.au.dk",
|
8 |
+
"url":"https://centre-for-humanities-computing.github.io/DaCy/",
|
9 |
+
"license":"Apache-2.0 License",
|
10 |
"spacy_version":">=3.1.0,<3.2.0",
|
11 |
"spacy_git_version":"530b5d72f",
|
12 |
"vectors":{
|
|
|
546 |
"f":0.0
|
547 |
}
|
548 |
},
|
549 |
+
"transformer_loss":0.0,
|
550 |
"morphologizer_loss":274.2421875,
|
551 |
"parser_loss":424.0338255167,
|
552 |
"ner_loss":262.4495080709
|