Weni/Zeroshot_Test-Gold-1K_nenhuma
收藏Hugging Face2023-09-26 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Weni/Zeroshot_Test-Gold-1K_nenhuma
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
dataset_info:
features:
- name: texto
dtype: string
- name: true_class
dtype: string
- name: BERT
dtype: string
splits:
- name: test
num_bytes: 188891
num_examples: 1000
download_size: 54999
dataset_size: 188891
---
# Dataset Card for "Zeroshot_Gold_Test-1K_nenhuma"
This dataset is a test dataset for the Zeroshot models.
It has 1000 data in a prompt format exclusively for testing with class 'nenhuma' in Brazilian Portuguese.
Prompt:
```
"Classifique o tweet entre 'classe1', 'classe2', 'classe3', 'classe4' \\n\\nTweet: frase \\n\\nLabel:
```
## How to load and use this dataset:
```
from datasets import load_dataset
dataset = load_dataset("Weni/Zeroshot_Gold_Test-1K_nenhuma")
dataset
```
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
Weni
原始信息汇总
数据集卡片 "Zeroshot_Gold_Test-1K_nenhuma"
数据集描述
该数据集是一个用于Zeroshot模型的测试数据集。它包含1000条数据,采用提示格式,专门用于测试巴西葡萄牙语中的nenhuma类别。
提示格式
"Classifique o tweet entre classe1, classe2, classe3, classe4 \n\nTweet: frase \n\nLabel:
数据集配置
- 配置名称: default
- 数据文件:
- 拆分: test
- 路径: data/test-*
数据集信息
- 特征:
- 名称: texto
- 数据类型: string
- 名称: true_class
- 数据类型: string
- 名称: BERT
- 数据类型: string
- 名称: texto
- 拆分:
- 名称: test
- 字节数: 188891
- 样本数: 1000
- 名称: test
- 下载大小: 54999
- 数据集大小: 188891
如何加载和使用此数据集
python from datasets import load_dataset dataset = load_dataset("Weni/Zeroshot_Gold_Test-1K_nenhuma") dataset



