ccw7463 commited on
Commit
bf14b2f
1 Parent(s): 9efdc5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -25,3 +25,29 @@ configs:
25
  - split: train
26
  path: data/train-*
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - split: train
26
  path: data/train-*
27
  ---
28
+
29
+ 🚀 Dataset Info
30
+
31
+ - total : 234766
32
+
33
+ - Ref (used) : https://github.com/J-Seo/Korean-CommonGen/tree/main/dataset
34
+ - high_level_korean_commongen_train_seed_42.json
35
+ - korean_commongen_official_train.json
36
+ - high_level_korean_commongen_train_seed_62.json
37
+ - high_level_korean_commongen_train_seed_52.json
38
+ - korean_commongen_reformulated_test.json
39
+ - high_level_korean_commongen_train_seed_72.json
40
+ - high_level_korean_commongen_train_seed_82.json
41
+
42
+ - preocessing
43
+ - (1) all : change formatting
44
+
45
+ - example
46
+ ```python
47
+ {'instruction': '주어진 concept set을 모두 사용하여 적절한 문장을 만들어 주세요.',
48
+ 'input': "concpet set :{'있', '거리', '버스'}",
49
+ 'output': '거리에 버스와 차가 있다.',
50
+ 'ref': 'https://github.com/J-Seo/Korean-CommonGen/tree/main/dataset',
51
+ 'category': 'common_gen',
52
+ 'context': ''}
53
+ ```