wisenut-nlp-team/namu
收藏Hugging Face2023-07-10 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/wisenut-nlp-team/namu
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-4.0
dataset_info:
features:
- name: title
dtype: string
- name: text
dtype: string
- name: contributors
sequence: string
- name: id
dtype: string
splits:
- name: train
num_bytes: 8757569508
num_examples: 867023
download_size: 4782924595
dataset_size: 8757569508
---
```
from datasets import load_dataset
raw_dataset = load_dataset(
"wisenut-nlp-team/namu",
"raw",
use_auth_token="<your personal/api token>"
)
processed_dataset = load_dataset(
"wisenut-nlp-team/namu",
"processed",
use_auth_token="<your personal/api token>"
)
```
提供机构:
wisenut-nlp-team
原始信息汇总
数据集概述
许可证
- 该数据集遵循CC BY 4.0许可证。
数据集信息
-
特征:
title:字符串类型text:字符串类型contributors:字符串序列id:字符串类型
-
数据分割:
train:- 字节数:8757569508
- 样本数:867023
数据集大小
- 下载大小:4782924595字节
- 数据集大小:8757569508字节



