참고자료:
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:roman_urdu')
- 설명 :
This is an extensive compilation of Roman Urdu Dataset (Urdu written in Latin/Roman script) tagged for sentiment analysis.
- 라이센스 : 알려진 라이센스 없음
- 버전 : 1.1.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 20229 |
- 특징 :
{
"sentence": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentiment": {
"num_classes": 3,
"names": [
"Positive",
"Negative",
"Neutral"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}