তথ্যসূত্র:
সংক্ষিপ্ত
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:reddit_tifu/short')
- বর্ণনা :
Reddit dataset, where TIFU denotes the name of subbreddit /r/tifu.
As defined in the publication, styel "short" uses title as summary and
"long" uses tldr as summary.
Features includes:
- document: post text without tldr.
- tldr: tldr line.
- title: trimmed title without tldr.
- ups: upvotes.
- score: score.
- num_comments: number of comments.
- upvote_ratio: upvote ratio.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 1.1.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 79740 |
- বৈশিষ্ট্য :
{
"ups": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"num_comments": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"upvote_ratio": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"score": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"documents": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tldr": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
দীর্ঘ
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:reddit_tifu/long')
- বর্ণনা :
Reddit dataset, where TIFU denotes the name of subbreddit /r/tifu.
As defined in the publication, styel "short" uses title as summary and
"long" uses tldr as summary.
Features includes:
- document: post text without tldr.
- tldr: tldr line.
- title: trimmed title without tldr.
- ups: upvotes.
- score: score.
- num_comments: number of comments.
- upvote_ratio: upvote ratio.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 1.1.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 42139 |
- বৈশিষ্ট্য :
{
"ups": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"num_comments": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"upvote_ratio": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"score": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"documents": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tldr": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}