sethapun/arithmetic_2all_1to1000
收藏资源简介:
--- dataset_info: features: - name: expression dtype: string - name: answer dtype: float64 - name: label dtype: class_label: names: '0': 'false' '1': 'true' splits: - name: train num_bytes: 61562 num_examples: 2000 - name: validation num_bytes: 12310 num_examples: 400 download_size: 33850 dataset_size: 73872 --- # Dataset Card for "arithmetic_2all_1to1000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息: 特征: - 名称:expression(表达式),数据类型:string(字符串) - 名称:answer(答案),数据类型:float64(双精度浮点数) - 名称:label(标签),数据类型为class_label(分类标签),类别对应关系如下: '0':'false'(假) '1':'true'(真) 数据集划分: - 名称:train(训练集),字节数:61562,样本数:2000 - 名称:validation(验证集),字节数:12310,样本数:400 下载大小:33850 数据集总大小:73872 # 「arithmetic_2all_1to1000」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
arithmetic_2all_1to1000
数据集特征
- expression: 数据类型为字符串。
- answer: 数据类型为浮点数(float64)。
- label: 数据类型为分类标签,其中:
- 0 对应 false
- 1 对应 true
数据集划分
- 训练集 (train):
- 样本数量: 2000
- 数据大小: 61562 字节
- 验证集 (validation):
- 样本数量: 400
- 数据大小: 12310 字节
数据集大小
- 下载大小: 33850 字节
- 数据集总大小: 73872 字节



