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