Referências:
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:roman_urdu')
- Descrição :
This is an extensive compilation of Roman Urdu Dataset (Urdu written in Latin/Roman script) tagged for sentiment analysis.
- Licença : Nenhuma licença conhecida
- Versão : 1.1.0
- Divisões :
Dividir | Exemplos |
---|---|
'train' | 20229 |
- Características :
{
"sentence": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentiment": {
"num_classes": 3,
"names": [
"Positive",
"Negative",
"Neutral"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}