lm1 খ

তথ্যসূত্র:

প্লেইন_টেক্সট

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:lm1b/plain_text')
  • বর্ণনা :
A benchmark corpus to be used for measuring progress in statistical language modeling. This has almost one billion words in the training data.
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 1.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 306688
'train' 30301028
  • বৈশিষ্ট্য :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}