Kenneth Enevoldsen
commited on
Commit
·
6f7ce7a
1
Parent(s):
9ebd830
Added datasets to metrics
Browse files
README.md
CHANGED
|
@@ -35,6 +35,8 @@ model-index:
|
|
| 35 |
dataset:
|
| 36 |
name: UD Danish DDT
|
| 37 |
split: test
|
|
|
|
|
|
|
| 38 |
- task:
|
| 39 |
name: POS
|
| 40 |
type: token-classification
|
|
@@ -45,6 +47,8 @@ model-index:
|
|
| 45 |
dataset:
|
| 46 |
name: UD Danish DDT
|
| 47 |
split: test
|
|
|
|
|
|
|
| 48 |
- task:
|
| 49 |
name: MORPH
|
| 50 |
type: token-classification
|
|
@@ -55,6 +59,8 @@ model-index:
|
|
| 55 |
dataset:
|
| 56 |
name: UD Danish DDT
|
| 57 |
split: test
|
|
|
|
|
|
|
| 58 |
- task:
|
| 59 |
name: UNLABELED_DEPENDENCIES
|
| 60 |
type: token-classification
|
|
@@ -65,6 +71,8 @@ model-index:
|
|
| 65 |
dataset:
|
| 66 |
name: UD Danish DDT
|
| 67 |
split: test
|
|
|
|
|
|
|
| 68 |
- task:
|
| 69 |
name: LABELED_DEPENDENCIES
|
| 70 |
type: token-classification
|
|
@@ -75,6 +83,8 @@ model-index:
|
|
| 75 |
dataset:
|
| 76 |
name: UD Danish DDT
|
| 77 |
split: test
|
|
|
|
|
|
|
| 78 |
- task:
|
| 79 |
name: SENTS
|
| 80 |
type: token-classification
|
|
@@ -85,6 +95,8 @@ model-index:
|
|
| 85 |
dataset:
|
| 86 |
name: UD Danish DDT
|
| 87 |
split: test
|
|
|
|
|
|
|
| 88 |
- task:
|
| 89 |
name: coreference-resolution
|
| 90 |
type: coreference-resolution
|
|
@@ -117,6 +129,7 @@ model-index:
|
|
| 117 |
|
| 118 |
|
| 119 |
|
|
|
|
| 120 |
<a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
|
| 121 |
|
| 122 |
# DaCy medium
|
|
|
|
| 35 |
dataset:
|
| 36 |
name: UD Danish DDT
|
| 37 |
split: test
|
| 38 |
+
type: universal_dependencies
|
| 39 |
+
config: da_ddt
|
| 40 |
- task:
|
| 41 |
name: POS
|
| 42 |
type: token-classification
|
|
|
|
| 47 |
dataset:
|
| 48 |
name: UD Danish DDT
|
| 49 |
split: test
|
| 50 |
+
type: universal_dependencies
|
| 51 |
+
config: da_ddt
|
| 52 |
- task:
|
| 53 |
name: MORPH
|
| 54 |
type: token-classification
|
|
|
|
| 59 |
dataset:
|
| 60 |
name: UD Danish DDT
|
| 61 |
split: test
|
| 62 |
+
type: universal_dependencies
|
| 63 |
+
config: da_ddt
|
| 64 |
- task:
|
| 65 |
name: UNLABELED_DEPENDENCIES
|
| 66 |
type: token-classification
|
|
|
|
| 71 |
dataset:
|
| 72 |
name: UD Danish DDT
|
| 73 |
split: test
|
| 74 |
+
type: universal_dependencies
|
| 75 |
+
config: da_ddt
|
| 76 |
- task:
|
| 77 |
name: LABELED_DEPENDENCIES
|
| 78 |
type: token-classification
|
|
|
|
| 83 |
dataset:
|
| 84 |
name: UD Danish DDT
|
| 85 |
split: test
|
| 86 |
+
type: universal_dependencies
|
| 87 |
+
config: da_ddt
|
| 88 |
- task:
|
| 89 |
name: SENTS
|
| 90 |
type: token-classification
|
|
|
|
| 95 |
dataset:
|
| 96 |
name: UD Danish DDT
|
| 97 |
split: test
|
| 98 |
+
type: universal_dependencies
|
| 99 |
+
config: da_ddt
|
| 100 |
- task:
|
| 101 |
name: coreference-resolution
|
| 102 |
type: coreference-resolution
|
|
|
|
| 129 |
|
| 130 |
|
| 131 |
|
| 132 |
+
|
| 133 |
<a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
|
| 134 |
|
| 135 |
# DaCy medium
|