MedBooks_Chatml / README.md
Daemontatox's picture
Update README.md
75490cd verified
metadata
license: apache-2.0
task_categories:
  - question-answering
language:
  - en
tags:
  - medical

Medical Conversation Dataset

This dataset contains synthetic medical conversations generated from medical literature and documents.

Dataset Information

  • Format: Instruction Tuning
  • Number of Records: 50
  • Generated: 2025-06-01 19:20:11 UTC

Structure

Each record contains instruction, input, and output fields for instruction tuning.

Generation Statistics

  • PDFs Processed: 8
  • Text Chunks Extracted: 35707
  • Conversations Generated: 50
  • Success Rate: 0.1%
  • Average Confidence Score: 0.94
  • Processing Time: 378.5 seconds

Usage

This dataset is designed for training conversational AI models for medical applications. It should be used responsibly and always in conjunction with proper medical disclaimers.

Loading the Dataset

import json

# Load the dataset
with open('dataset_file.json', 'r') as f:
    dataset = json.load(f)

# Access conversations
for record in dataset:
    # Process based on format
    pass

Important Medical Disclaimer

⚠️ This dataset is for educational and research purposes only. The generated conversations should not be used as a substitute for professional medical advice, diagnosis, or treatment. Always consult with qualified healthcare professionals for medical concerns.

License

Apache 2.0

Citation

If you use this dataset, please cite:

@dataset{medical_conversations_2025,
  title={Medical Conversation Dataset},
  author={Generated using DS_Creator},
  year={2025},
  url={https://huggingface.co/datasets/Daemontatox/MedBooks_Chatml}
}