lrds-code/sym-pair
收藏Hugging Face2024-01-26 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/lrds-code/sym-pair
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 91416105
num_examples: 1395215
- name: validation
num_bytes: 10156886
num_examples: 155024
download_size: 35634820
dataset_size: 101572991
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
The dataset includes two main features: text and label, where text is of string type and label is of 64-bit integer type. The dataset is divided into a training set and a validation set, containing 1,395,215 and 155,024 samples respectively. The total download size of the dataset is 35,634,820 bytes, and the total dataset size is 101,572,991 bytes. The dataset configuration is named default, with the training set and validation set data files stored in data/train-* and data/validation-* paths respectively.
提供机构:
lrds-code
原始信息汇总
数据集信息
特征
- text: 数据类型为字符串(string)
- label: 数据类型为整数(int64)
数据分割
- train:
- 字节数: 91416105
- 样本数: 1395215
- validation:
- 字节数: 10156886
- 样本数: 155024
数据大小
- 下载大小: 35634820 字节
- 数据集大小: 101572991 字节
配置
- default:
- train: 路径为
data/train-* - validation: 路径为
data/validation-*
- train: 路径为



