kannada_news

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:kannada_news')
  • Deskripsi :
The Kannada news dataset contains only the headlines of news article in three categories:
Entertainment, Tech, and Sports.

The data set contains around 6300 news article headlines which collected from Kannada news websites.
The data set has been cleaned and contains train and test set using which can be used to benchmark
classification models in Kannada.
  • Lisensi : CC BY-SA 4.0
  • Versi : 1.0.0
  • Perpecahan :
Membelah Contoh
'train' 5167
'validation' 1293
  • Fitur :
{
    "headline": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "sports",
            "tech",
            "entertainment"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}