File size: 883 Bytes
da7a62a
efb5386
 
 
 
 
 
 
da7a62a
efb5386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
license: cc-by-sa-4.0
task_categories:
- text-generation
language:
- ja
size_categories:
- 100K<n<1M
---

# Description
This is a templated version of data from ~40 Japanese open source downstream task datasets.  
This dataset was built with the intention of instruction tuning LLMs with high quality data that was not machine translated to and from Japanese.   
The raw data version can be found [here](https://huggingface.co./datasets/Ego/jpflan-raw).  

# Dataset format
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).   
To create your own version of the dataset, please refer to [here](https://github.com/Egojr/jpflan).

```json
{
  "dataset_name": 'Original dataset name'
  "input": 'Input text'
  "output": 'Output text',
  "shots": 'Number of shots in input',
}
```