telugu_news

منابع:

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:telugu_news')
  • توضیحات :
This dataset contains Telugu language news articles along with respective
topic labels (business, editorial, entertainment, nation, sport) extracted from
the daily Andhra Jyoti. This dataset could be used to build Classification and Language Models.
  • مجوز : فایل های داده © نویسندگان اصلی
  • نسخه : 1.1.0
  • تقسیمات :
شکاف مثال ها
'test' 4329
'train' 17312
  • ویژگی ها :
{
    "sno": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "heading": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "body": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "topic": {
        "num_classes": 5,
        "names": [
            "business",
            "editorial",
            "entertainment",
            "nation",
            "sports"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}