তথ্যসূত্র:
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"
}
}