CoolFace
Datasetpublic

BioDEX/BioDEX-ICSR

Dataset Card for "BioDEX-ICSR" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
3likes138downloads
README.md75 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: title5    dtype: string6  - name: abstract7    dtype: string8  - name: fulltext9    dtype: string10  - name: target11    dtype: string12  - name: pmid13    dtype: string14  - name: fulltext_license15    dtype: string16  - name: title_normalized17    dtype: string18  - name: issue19    dtype: string20  - name: pages21    dtype: string22  - name: journal23    dtype: string24  - name: authors25    dtype: string26  - name: pubdate27    dtype: string28  - name: doi29    dtype: string30  - name: affiliations31    dtype: string32  - name: medline_ta33    dtype: string34  - name: nlm_unique_id35    dtype: string36  - name: issn_linking37    dtype: string38  - name: country39    dtype: string40  - name: mesh_terms41    dtype: string42  - name: publication_types43    dtype: string44  - name: chemical_list45    dtype: string46  - name: keywords47    dtype: string48  - name: references49    dtype: string50  - name: delete51    dtype: bool52  - name: pmc53    dtype: string54  - name: other_id55    dtype: string56  - name: safetyreportid57    dtype: int6458  - name: fulltext_processed59    dtype: string60  splits:61  - name: test62    num_bytes: 15574893663    num_examples: 362864  - name: train65    num_bytes: 37485936466    num_examples: 962467  - name: validation68    num_bytes: 9638539269    num_examples: 240770  download_size: 33757195471  dataset_size: 62699369272---73# Dataset Card for "BioDEX-ICSR"74 75[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)