তথ্যসূত্র:
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:myanmar_news')
- বর্ণনা :
The Myanmar news dataset contains article snippets in four categories:
Business, Entertainment, Politics, and Sport.
These were collected in October 2017 by Aye Hninn Khine
- লাইসেন্স : GPL-3.0
- সংস্করণ : 1.0.1
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 8116 |
- বৈশিষ্ট্য :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"category": {
"num_classes": 4,
"names": [
"Sport",
"Politic",
"Business",
"Entertainment"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}