mpasila commited on
Commit
b7ee162
1 Parent(s): 3cd08bb

Update README.md

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