Milad96's picture
Upload dataset
de90aef verified
|
Raw
History Blame
4.1 kB
metadata
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

from datasets import load_dataset
dataset = load_dataset("Milad96/Kluyveromyces-marxianus", name="cell8_data")