telugu_books

ข้อมูลอ้างอิง:

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:telugu_books')
  • คำอธิบาย :
This dataset is created by scraping telugu novels from teluguone.com this dataset can be used for nlp tasks like topic modeling, word embeddings, transfer learning etc
  • ใบอนุญาต : ไฟล์ข้อมูล © Original Authors
  • เวอร์ชัน : 1.1.0
  • แยก :
แยก ตัวอย่าง
'train' 25794
  • คุณสมบัติ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}