Commit
·
343aa34
1
Parent(s):
f8bc9c6
Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,19 @@ language:
|
|
6 |
tags:
|
7 |
- coreference-resolution
|
8 |
- anaphora
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Coreference resolution model for the Ukrainian language
|
15 |
|
|
|
6 |
tags:
|
7 |
- coreference-resolution
|
8 |
- anaphora
|
9 |
+
model-index:
|
10 |
+
- name: test
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: coreference-resolution # Required. Example: automatic-speech-recognition
|
14 |
+
name: Coreference resolution # Optional. Example: Speech Recognition
|
15 |
+
dataset:
|
16 |
+
type: artemkramov/coreference-dataset-ua # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
17 |
+
name: Silver Ukrainian Coreference Resolution Dataset # Required. A pretty name for the dataset. Example: Common Voice (French)
|
18 |
+
metrics:
|
19 |
+
- type: coval
|
20 |
+
value: 0.731
|
21 |
+
name: Mean F1 measure of MUC, BCubed, and CEAFE
|
22 |
---
|
23 |
# Coreference resolution model for the Ukrainian language
|
24 |
|