Referências:
sentimento140
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:sentiment140/sentiment140')
- Descrição :
Sentiment140 consists of Twitter messages with emoticons, which are used as noisy labels for
sentiment classification. For more detailed information please refer to the paper.
- Licença : Nenhuma licença conhecida
- Versão : 1.0.0
- Divisões :
Dividir | Exemplos |
---|---|
'test' | 498 |
'train' | 1600000 |
- Características :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"date": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"user": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentiment": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"query": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}