kwasganguly/lamini
收藏Hugging Face2023-12-12 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/kwasganguly/lamini
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: labels
sequence: int64
splits:
- name: train
num_bytes: 1846734.3
num_examples: 1260
- name: test
num_bytes: 205192.7
num_examples: 140
download_size: 698609
dataset_size: 2051927.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
The dataset includes five features: question and answer are both string type, input_ids and attention_mask are integer sequences, and labels are long integer sequences. The dataset is divided into a training set and a test set, with 1260 samples in the training set and 140 samples in the test set. The download size of the dataset is 698609 bytes, and the total size is 2051927.0 bytes. The configuration file defines the default configuration, with the data files for the training and test sets stored in the data directory.
提供机构:
kwasganguly原始信息汇总
数据集信息
特征
- question: 类型为字符串
- answer: 类型为字符串
- input_ids: 类型为整数序列,数据类型为int32
- attention_mask: 类型为整数序列,数据类型为int8
- labels: 类型为整数序列,数据类型为int64
数据分割
- train: 包含1260个样本,占用1846734.3字节
- test: 包含140个样本,占用205192.7字节
数据大小
- 下载大小: 698609字节
- 数据集大小: 2051927.0字节
配置
- config_name: default
- 数据文件:
- train: 路径为
data/train-* - test: 路径为
data/test-*
- train: 路径为
- 数据文件:



