Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,14 @@ language:
|
|
8 |
---
|
9 |
This is a modified version of [NilanE/ParallelFiction-Ja_En-100k](https://huggingface.co/datasets/NilanE/ParallelFiction-Ja_En-100k) which has been turned into Alpaca format.
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# Original Dataset card
|
13 |
|
|
|
8 |
---
|
9 |
This is a modified version of [NilanE/ParallelFiction-Ja_En-100k](https://huggingface.co/datasets/NilanE/ParallelFiction-Ja_En-100k) which has been turned into Alpaca format.
|
10 |
|
11 |
+
# Dataset format (correct one)
|
12 |
+
```json
|
13 |
+
{
|
14 |
+
'instruction' : 'Japanese chapter'
|
15 |
+
'output' : 'English translation'
|
16 |
+
'input' : 'empty'
|
17 |
+
}
|
18 |
+
```
|
19 |
|
20 |
# Original Dataset card
|
21 |
|