Weni/Zeroshot_Train-20K_bias_tweet-format
Dataset Card for "Zeroshot_Train-20K_bias_tweet-format" This dataset is a train dataset for the Zeroshot models. It has 20.000 data in a prompt format exclusively for train with class 'bias' in Brazilian Portuguese. Prompt: "Classifique o tweet entre 'classe1', 'classe2', 'classe3', 'classe4', 'bias' \\n\\nTweet: frase \\n\\nLabel: 'other' The dataset was divided as follows: - 6,000 data: prompt with class option without target class (bias) - 7,000 data: prompt with class… See the full description on the dataset page: https://huggingface.co/datasets/Weni/Zeroshot_Train-20K_bias_tweet-format.
Dataset Card for "ZeroshotTrain-20Kbias_tweet-format"
This dataset is a train dataset for the Zeroshot models. It has 20.000 data in a prompt format exclusively for train with class 'bias' in Brazilian Portuguese.
Prompt:
"Classifique o tweet entre 'classe1', 'classe2', 'classe3', 'classe4', 'bias' \\n\\nTweet: frase \\n\\nLabel: 'other'The dataset was divided as follows: <br>
- 6,000 data: prompt with class option without target class (bias)
- 7,000 data: prompt with class option + target class included as an option. target class is not correct
- 7,000 data: prompt with class option + target class. target class is correctHow to load and use this dataset:
from datasets import load_dataset
dataset = load_dataset("Weni/Zeroshot_Train-20K_bias_tweet-format")
dataset