sunhaozhepy/ag_news_llm_keywords_embeddings
收藏Hugging Face2023-11-02 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/sunhaozhepy/ag_news_llm_keywords_embeddings
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': World
'1': Sports
'2': Business
'3': Sci/Tech
- name: keywords
dtype: string
- name: keywords_embeddings
sequence: float32
splits:
- name: train
num_bytes: 404285730
num_examples: 120000
- name: test
num_bytes: 25596494
num_examples: 7600
download_size: 493524393
dataset_size: 429882224
---
# Dataset Card for "ag_news_keywords_embeddings"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
sunhaozhepy
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 测试集: data/test-*
数据集信息
-
特征:
- text: 类型为 string
- label: 类型为 class_label,包含以下类别:
- 0: World
- 1: Sports
- 2: Business
- 3: Sci/Tech
- keywords: 类型为 string
- keywords_embeddings: 类型为 sequence of float32
-
数据分割:
- 训练集:
- 字节数: 404285730
- 样本数: 120000
- 测试集:
- 字节数: 25596494
- 样本数: 7600
- 训练集:
-
下载大小: 493524393
-
数据集大小: 429882224



