File size: 4,095 Bytes
466de0c 74b3fe2 c6a5f05 2749200 de90aef 2749200 de90aef 2749200 de90aef 2749200 466de0c f4effc7 c6a5f05 f4effc7 c6a5f05 f4effc7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 | ---
tags:
- kluyveromyces-marxianus
- cell8
dataset_info:
config_name: cell8_data
features:
- name: id
dtype: string
- name: source
dtype: string
- name: category
dtype: string
- name: timestamp
dtype: string
- name: pmc_id
dtype: string
- name: pmid
dtype: string
- name: doi
dtype: string
- name: arxiv_id
dtype: string
- name: core_id
dtype: string
- name: title
dtype: string
- name: abstract
dtype: string
- name: full_text
dtype: string
- name: introduction
dtype: string
- name: methods
dtype: string
- name: results
dtype: string
- name: discussion
dtype: string
- name: conclusions
dtype: string
- name: acknowledgments
dtype: string
- name: authors
dtype: string
- name: author_count
dtype: int32
- name: author_emails
dtype: string
- name: author_affiliations
dtype: string
- name: affiliations
dtype: string
- name: affiliation_count
dtype: int32
- name: first_author
dtype: string
- name: journal
dtype: string
- name: year
dtype: string
- name: month
dtype: string
- name: published
dtype: string
- name: updated
dtype: string
- name: article_type
dtype: string
- name: pub_type
dtype: string
- name: primary_category
dtype: string
- name: categories
dtype: string
- name: comment
dtype: string
- name: journal_ref
dtype: string
- name: keywords
dtype: string
- name: keyword_count
dtype: int32
- name: references
dtype: string
- name: reference_count
dtype: int32
- name: citation_count
dtype: int32
- name: genes_mentioned
dtype: string
- name: gene_count
dtype: int32
- name: proteins_mentioned
dtype: string
- name: protein_count
dtype: int32
- name: enzymes_mentioned
dtype: string
- name: enzyme_count
dtype: int32
- name: compounds_mentioned
dtype: string
- name: compound_count
dtype: int32
- name: equations
dtype: string
- name: equation_count
dtype: int32
- name: has_equations
dtype: bool
- name: funding_grants
dtype: string
- name: funding_sources
dtype: string
- name: funding_award_ids
dtype: string
- name: has_funding
dtype: bool
- name: clinical_trials
dtype: string
- name: clinical_trial_count
dtype: int32
- name: has_clinical_trials
dtype: bool
- name: citation_contexts
dtype: string
- name: citation_context_count
dtype: int32
- name: section_hierarchy
dtype: string
- name: hierarchy_depth
dtype: int32
- name: readability_grade
dtype: float32
- name: quality_score
dtype: float32
- name: figures
dtype: string
- name: figure_count
dtype: int32
- name: has_figures
dtype: bool
- name: tables
dtype: string
- name: table_count
dtype: int32
- name: has_tables
dtype: bool
- name: pdf_url
dtype: string
- name: download_url
dtype: string
- name: url
dtype: string
- name: is_open_access
dtype: bool
- name: has_pdf
dtype: bool
- name: has_fulltext
dtype: bool
- name: has_methods
dtype: bool
- name: has_results
dtype: bool
- name: has_discussion
dtype: bool
- name: full_text_truncated
dtype: bool
- name: full_text_original_length
dtype: int32
- name: word_count
dtype: int32
- name: language
dtype: string
- name: publisher
dtype: string
splits:
- name: train
num_bytes: 2205320
num_examples: 188
- name: validation
num_bytes: 250152
num_examples: 24
- name: test
num_bytes: 369376
num_examples: 24
download_size: 1524096
dataset_size: 2824848
configs:
- config_name: cell8_data
data_files:
- split: train
path: cell8_data/train-*
- split: validation
path: cell8_data/validation-*
- split: test
path: cell8_data/test-*
---
# Cell 8: Quantum Full-Text Mining
```python
from datasets import load_dataset
dataset = load_dataset("Milad96/Kluyveromyces-marxianus", name="cell8_data")
```
|