উইকি_বিভক্ত

তথ্যসূত্র:

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

ds = tfds.load('huggingface:wiki_split')
  • বর্ণনা :
One million English sentences, each split into two sentences that together preserve the original meaning, extracted from Wikipedia 
Google's WikiSplit dataset was constructed automatically from the publicly available Wikipedia revision history. Although 
the dataset contains some inherent noise, it can serve as valuable training data for models that split or merge sentences.
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 0.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 5000
'train' 989944
'validation' 5000
  • বৈশিষ্ট্য :
{
    "complex_sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "simple_sentence_1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "simple_sentence_2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}