Referensi:
270k_10kelas
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:interpress_news_category_tr_lite/270k_10class')
- Keterangan :
It is a Turkish news data set consisting of 273601 news in 10 categories, compiled from print media and news websites between 2010 and 2017 by the Interpress (https://www.interpress.com/) media monitoring company. It has been rearranged as easily separable and with fewer classes.
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 1.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 54721 |
'train' | 218880 |
- Fitur :
{
"content": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"category": {
"num_classes": 10,
"names": [
"k\u00fclt\u00fcrsanat",
"ekonomi",
"siyaset",
"e\u011fitim",
"d\u00fcnya",
"spor",
"teknoloji",
"magazin",
"sa\u011fl\u0131k",
"g\u00fcndem"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}