heoji/aihub-koen-72k-25
收藏资源简介:
--- dataset_info: features: - name: en dtype: string - name: ko dtype: string - name: Enko dtype: string - name: Koen dtype: string splits: - name: '128' num_bytes: 7180222 num_examples: 25327 - name: '256' num_bytes: 19556906 num_examples: 35008 - name: '512' num_bytes: 13220870 num_examples: 14675 - name: total num_bytes: 39957998 num_examples: 75010 download_size: 56072414 dataset_size: 79915996 configs: - config_name: default data_files: - split: '128' path: data/128-* - split: '256' path: data/256-* - split: '512' path: data/512-* - split: total path: data/total-* ---
The dataset includes four features: en (English), ko (Korean), Enko (English to Korean), and Koen (Korean to English), all of which are string data types. The dataset is divided into four splits: 128, 256, 512, and total, each containing different numbers of bytes and examples. The total download size is 56072414 bytes, and the total dataset size is 79915996 bytes. The configuration file defines the default configuration, specifying the data file paths corresponding to different splits.
数据集概述
数据集特征
- en: 数据类型为字符串
- ko: 数据类型为字符串
- Enko: 数据类型为字符串
- Koen: 数据类型为字符串
数据集分割
- 128:
- 示例数量: 25327
- 字节数: 7180222
- 256:
- 示例数量: 35008
- 字节数: 19556906
- 512:
- 示例数量: 14675
- 字节数: 13220870
- total:
- 示例数量: 75010
- 字节数: 39957998
数据集大小
- 下载大小: 56072414 字节
- 数据集大小: 79915996 字节
配置文件
- config_name: default
- data_files:
- split: 128, 路径: data/128-*
- split: 256, 路径: data/256-*
- split: 512, 路径: data/512-*
- split: total, 路径: data/total-*




