--- dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string - name: category dtype: string - name: ref dtype: string - name: context dtype: string splits: - name: train num_bytes: 98051828.0 num_examples: 245613 download_size: 46102728 dataset_size: 98051828.0 configs: - config_name: default data_files: - split: train path: data/train-* --- ๐Ÿš€ Dataset Info - total : 245613 - Ref (used) - HAERAE-HUB/KMMLU : 243777 ๊ฐœ - facebook/belebele : 900 ๊ฐœ - HAERAE-HUB/csatqa : 936 ๊ฐœ - preocessing - (1) all : change formatting - example ```python {'instruction': 'ํ•œ๊ตญ์ฑ„ํƒ๊ตญ์ œํšŒ๊ณ„๊ธฐ์ค€(K-IFRS)ํ•˜์—์„œ ๊ธˆ์œต์ž์‚ฐ์œผ๋กœ ๋ถ„๋ฅ˜๋˜์ง€ ์•Š๋Š” ๊ฒƒ์€?', 'input': 'A. ๋Œ€์—ฌ๊ธˆ\nB. ์žฌ๊ณ ์ž์‚ฐ\nC. ๋งค์ถœ์ฑ„๊ถŒ\nD. ๋งŒ๊ธฐ๋ณด์œ ๊ธˆ์œต์ž์‚ฐ', 'output': 'B. ์žฌ๊ณ ์ž์‚ฐ', 'category': 'multi_choice (Accounting)', 'ref': 'HAERAE-HUB/KMMLU', 'context': ''} ```