Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
Ukrainian
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,23 @@
|
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
## Dataset Summary
|
5 |
-
This is the dataset that was used to train the Spivavtor models. Full details of the dataset can be found in our paper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
## Dataset Summary
|
5 |
+
This is the dataset that was used to train the Spivavtor models. Full details of the dataset can be found in our paper.
|
6 |
+
|
7 |
+
# Dataset Structure
|
8 |
+
The dataset is in JSON format.
|
9 |
+
|
10 |
+
## Data Instances
|
11 |
+
```
|
12 |
+
{
|
13 |
+
"id": 1,
|
14 |
+
"src": "Перефразуйте: Кайс став одержимий нещодавно усвідомленою вразливістю.",
|
15 |
+
"tgt": "Кайс був одержимий своєю нововиявленою вразливістю.",
|
16 |
+
"task": "paraphrase"
|
17 |
+
}
|
18 |
+
```
|
19 |
+
|
20 |
+
## Data Fields
|
21 |
+
* `id`: Unique ID for an instance
|
22 |
+
* `src`: Input text in Ukrainian (formatted as `instruction: input_text`)
|
23 |
+
* `tgt`: Output text in Ukrainian
|
24 |
+
* `task`: Text editing task for this instance
|