wannaphong commited on
Commit
1279472
·
verified ·
1 Parent(s): 1805e38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -16,6 +16,13 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
 
 
19
  ---
20
 
21
  # Dataset Card for Han Instruct Dataset v2.0
@@ -46,8 +53,8 @@ Thai
46
 
47
  ### Data Fields
48
 
49
- - inputs: Question
50
- - targets: Answer
51
 
52
  ### Considerations for Using the Data
53
  The dataset can has a biased from human annotators. We recommend you should checked the dataset to select or remove an instruct follow before train the model or use it own your risk.
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: cc-by-sa-4.0
20
+ task_categories:
21
+ - text-generation
22
+ language:
23
+ - th
24
+ size_categories:
25
+ - 1K<n<10K
26
  ---
27
 
28
  # Dataset Card for Han Instruct Dataset v2.0
 
53
 
54
  ### Data Fields
55
 
56
+ - q: Question
57
+ - a: Answer
58
 
59
  ### Considerations for Using the Data
60
  The dataset can has a biased from human annotators. We recommend you should checked the dataset to select or remove an instruct follow before train the model or use it own your risk.