सन्दर्भ:
इस डेटासेट को 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"
}
}