তথ্যসূত্র:
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:billsum')
- বর্ণনা :
BillSum, summarization of US Congressional and California state bills.
There are several features:
- text: bill text.
- summary: summary of the bills.
- title: title of the bills.
features for us bills. ca bills does not have.
- text_len: number of chars in text.
- sum_len: number of chars in summary.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 3.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'ca_test' | 1237 |
'test' | 3269 |
'train' | 18949 |
- বৈশিষ্ট্য :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"summary": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}