सन्दर्भ:
arXiv
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:scientific_papers/arxiv')
- विवरण :
Scientific papers datasets contains two sets of long and structured documents.
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
Both "arxiv" and "pubmed" have two features:
- article: the body of the document, pagragraphs seperated by "/n".
- abstract: the abstract of the document, pagragraphs seperated by "/n".
- section_names: titles of sections, seperated by "/n".
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 1.1.1
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 6440 |
'train' | 203037 |
'validation' | 6436 |
- विशेषताएँ :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstract": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"section_names": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
PubMed
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:scientific_papers/pubmed')
- विवरण :
Scientific papers datasets contains two sets of long and structured documents.
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
Both "arxiv" and "pubmed" have two features:
- article: the body of the document, pagragraphs seperated by "/n".
- abstract: the abstract of the document, pagragraphs seperated by "/n".
- section_names: titles of sections, seperated by "/n".
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 1.1.1
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 6658 |
'train' | 119924 |
'validation' | 6633 |
- विशेषताएँ :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstract": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"section_names": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}