byerth/bert-llama2
收藏Hugging Face2024-01-04 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/byerth/bert-llama2
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: text
dtype: string
- name: meta
struct:
- name: source
dtype: string
splits:
- name: train
num_bytes: 408443
num_examples: 1000
download_size: 217668
dataset_size: 408443
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
The dataset includes two main features: text and meta. The text feature is of string type, used to store textual data. The meta feature is a struct containing a sub-feature named source of string type, used to store the source information of the data. The dataset is divided into a training set with 1000 examples, totaling 408443 bytes. The download size of the dataset is 217668 bytes. The dataset configuration is named default, and the training data files are located at data/train-* path.
提供机构:
byerth
原始信息汇总
数据集概述
数据特征
- text: 数据类型为字符串(string)。
- meta: 包含一个结构化字段:
- source: 数据类型为字符串(string)。
数据划分
- train: 包含1000个样本,总字节数为408443。
数据大小
- 下载大小: 217668字节。
- 数据集大小: 408443字节。
配置信息
- default: 包含训练数据文件,路径为
data/train-*。



