PurCL/bimodal-lmpa-shuffled
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: function_name dtype: string - name: binary_name dtype: string - name: author_name dtype: string - name: project_name dtype: string - name: opt dtype: string - name: src dtype: string - name: dbg dtype: string - name: codeart dtype: string - name: lmpa dtype: string splits: - name: train num_bytes: 3062337796.0 num_examples: 424416 - name: test num_bytes: 367987062.0 num_examples: 54885 download_size: 1308316889 dataset_size: 3430324858.0 --- # Dataset Card for "bimodal-lmpa-shuffled" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
configs: - config_name: 默认(default) data_files: - split: 训练集(train) path: data/train-* - split: 测试集(test) path: data/test-* dataset_info: features: - name: 函数名称(function_name) dtype: 字符串类型 - name: 二进制文件名(binary_name) dtype: 字符串类型 - name: 作者名称(author_name) dtype: 字符串类型 - name: 项目名称(project_name) dtype: 字符串类型 - name: 优化参数(opt) dtype: 字符串类型 - name: 源代码(src) dtype: 字符串类型 - name: 调试信息(dbg) dtype: 字符串类型 - name: 代码工件(codeart) dtype: 字符串类型 - name: LMPA(lmpa) dtype: 字符串类型 splits: - name: 训练集(train) num_bytes: 3062337796.0 num_examples: 424416 - name: 测试集(test) num_bytes: 367987062.0 num_examples: 54885 download_size: 1308316889 dataset_size: 3430324858.0 # 「双模态LMPA洗牌版」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
配置信息
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 测试集: data/test-*
- 数据文件:
数据集信息
-
特征:
- function_name: 字符串类型
- binary_name: 字符串类型
- author_name: 字符串类型
- project_name: 字符串类型
- opt: 字符串类型
- src: 字符串类型
- dbg: 字符串类型
- codeart: 字符串类型
- lmpa: 字符串类型
-
拆分:
- 训练集:
- 字节数: 3062337796.0
- 样本数: 424416
- 测试集:
- 字节数: 367987062.0
- 样本数: 54885
- 训练集:
-
下载大小: 1308316889
-
数据集大小: 3430324858.0



