উইকিটেক্সট

তথ্যসূত্র:

wikitext-103-v1

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

ds = tfds.load('huggingface:wikitext/wikitext-103-v1')
  • বর্ণনা :
The WikiText language modeling dataset is a collection of over 100 million tokens extracted from the set of verified
 Good and Featured articles on Wikipedia. The dataset is available under the Creative Commons Attribution-ShareAlike
 License.
  • লাইসেন্স : Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  • সংস্করণ : 1.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 4358
'train' 1801350
'validation' 3760
  • বৈশিষ্ট্য :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

wikitext-2-v1

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

ds = tfds.load('huggingface:wikitext/wikitext-2-v1')
  • বর্ণনা :
The WikiText language modeling dataset is a collection of over 100 million tokens extracted from the set of verified
 Good and Featured articles on Wikipedia. The dataset is available under the Creative Commons Attribution-ShareAlike
 License.
  • লাইসেন্স : Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  • সংস্করণ : 1.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 4358
'train' 36718
'validation' 3760
  • বৈশিষ্ট্য :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

wikitext-103-raw-v1

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

ds = tfds.load('huggingface:wikitext/wikitext-103-raw-v1')
  • বর্ণনা :
The WikiText language modeling dataset is a collection of over 100 million tokens extracted from the set of verified
 Good and Featured articles on Wikipedia. The dataset is available under the Creative Commons Attribution-ShareAlike
 License.
  • লাইসেন্স : Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  • সংস্করণ : 1.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 4358
'train' 1801350
'validation' 3760
  • বৈশিষ্ট্য :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

wikitext-2-raw-v1

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

ds = tfds.load('huggingface:wikitext/wikitext-2-raw-v1')
  • বর্ণনা :
The WikiText language modeling dataset is a collection of over 100 million tokens extracted from the set of verified
 Good and Featured articles on Wikipedia. The dataset is available under the Creative Commons Attribution-ShareAlike
 License.
  • লাইসেন্স : Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  • সংস্করণ : 1.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 4358
'train' 36718
'validation' 3760
  • বৈশিষ্ট্য :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}