Commit
·
b56fe65
1
Parent(s):
2d9fc67
Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,13 @@ tags:
|
|
7 |
- coreference-resolution
|
8 |
- anaphora
|
9 |
---
|
10 |
-
#
|
11 |
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|
13 |
|
14 |
-
|
|
|
|
|
15 |
|
16 |
## Model Details
|
17 |
|
@@ -21,12 +23,9 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
21 |
|
22 |
|
23 |
|
24 |
-
- **Developed by:** [
|
25 |
-
- **
|
26 |
-
- **
|
27 |
-
- **Language(s) (NLP):** [More Information Needed]
|
28 |
-
- **License:** [More Information Needed]
|
29 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
30 |
|
31 |
### Model Sources [optional]
|
32 |
|
|
|
7 |
- coreference-resolution
|
8 |
- anaphora
|
9 |
---
|
10 |
+
# Coreference resolution model for the Ukrainian language
|
11 |
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|
13 |
|
14 |
+
The coreference resolution model for the Ukrainian language was trained on the [silver Ukrainian coreference dataset](https://huggingface.co/datasets/artemkramov/coreference-dataset-ua)
|
15 |
+
using the [F-Coref](https://arxiv.org/abs/2209.04280) library. The model was trained on top of the [XML-Roberta-base model](https://huggingface.co/ukr-models/xlm-roberta-base-uk).
|
16 |
+
|
17 |
|
18 |
## Model Details
|
19 |
|
|
|
23 |
|
24 |
|
25 |
|
26 |
+
- **Developed by:** [Artem Kramov](https://www.linkedin.com/in/artem-kramov-0b3731100/), Andrii Kursin ([email protected]).
|
27 |
+
- **Languages:** Ukrainian
|
28 |
+
- **Finetuned from model:** [XML-Roberta-base](https://huggingface.co/ukr-models/xlm-roberta-base-uk)
|
|
|
|
|
|
|
29 |
|
30 |
### Model Sources [optional]
|
31 |
|