truongxl's picture
Update README.md
21a2cfc verified
metadata
configs:
  - config_name: default
    data_files:
      - split: vinmec_article_subtitle
        path: data/vinmec_article_subtitle-*
      - split: medical_qa
        path: data/medical_qa-*
      - split: full
        path: data/full-*
      - split: vinmec_article_content
        path: data/vinmec_article_content-*
      - split: vinmec_article_main
        path: data/vinmec_article_main-*
dataset_info:
  features:
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: content
      dtype: string
  splits:
    - name: vinmec_article_subtitle
      num_bytes: 263623175
      num_examples: 163186
    - name: medical_qa
      num_bytes: 9052198
      num_examples: 10015
    - name: full
      num_bytes: 272675373
      num_examples: 173201
    - name: vinmec_article_content
      num_bytes: 254867593
      num_examples: 32604
    - name: vinmec_article_main
      num_bytes: 252279031
      num_examples: 138525
  download_size: 465549676
  dataset_size: 1052497370

Dataset Card for "medical"

  • full dataset is a concatenation of of vinmec_article_subtitle and medical_qa datasets
  • medical_qa is consist question-answer passage pairs, in which questions from health-interested users were asked on prestigious health websites and answers from highly qualified experts
  • vinmec_article_subtitle includes information about diseases and drugs posted on the website vinmec.com, which is divided into sub section
  • vinmec_article_main includes information about diseases and drugs posted on the website vinmec.com, which is divided into main section
  • vinmec_article_content includes articles posted on the website vinmec.com

More Information needed