Datasets:

Modalities:
Text
Formats:
json
Languages:
Ukrainian
Libraries:
Datasets
pandas
License:
amansaini commited on
Commit
5457a05
1 Parent(s): fc4644b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
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