Ego commited on
Commit
efb5386
1 Parent(s): e73572b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - ja
7
+ size_categories:
8
+ - 100K<n<1M
9
  ---
10
+
11
+ # Description
12
+ This is a templated version of data from ~40 Japanese open source downstream task datasets.
13
+ This dataset was built with the intention of instruction tuning LLMs with high quality data that was not machine translated to and from Japanese.
14
+ The raw data version can be found [here](https://huggingface.co/datasets/Ego/jpflan-raw).
15
+
16
+ # Dataset format
17
+ This dataset version contains at most 20000 samples for each dataset, half of which are 0-shot examples, and the other half are few-shot examples (max 3).
18
+ To create your own version of the dataset, please refer to [here](https://github.com/Egojr/jpflan).
19
+
20
+ ```json
21
+ {
22
+ "dataset_name": 'Original dataset name'
23
+ "input": 'Input text'
24
+ "output": 'Output text',
25
+ "shots": 'Number of shots in input',
26
+ }
27
+ ```