mmoebis/5gdata_test
收藏Hugging Face2024-03-14 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/mmoebis/5gdata_test
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: Sentences
dtype: string
- name: Questions
dtype: string
- name: __index_level_0__
dtype: int64
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
splits:
- name: train
num_bytes: 157908
num_examples: 199
download_size: 13842
dataset_size: 157908
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
mmoebis
原始信息汇总
数据集概述
数据集特征
- Sentences:文本类型,用于存储句子数据。
- Questions:文本类型,用于存储问题数据。
- index_level_0:整数类型,可能用于索引。
- input_ids:序列类型,整数32位,用于模型输入的标识符。
- attention_mask:序列类型,整数8位,用于指示模型在计算时哪些部分应被注意。
数据集分割
- 训练集(train):包含199个样本,总大小为157908字节。
数据集大小
- 下载大小:13842字节。
- 数据集总大小:157908字节。
配置
- 默认配置(default):训练数据文件路径为
data/train-*。



