Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
medical_chat
License:
File size: 681 Bytes
639434f 1d3b3d4 639434f 1d3b3d4 10654a9 639434f 10654a9 |
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 |
---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 1317362.8228681749
num_examples: 1000
- name: val
num_bytes: 263472.56457363494
num_examples: 200
download_size: 793602
dataset_size: 1580835.3874418098
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
license: mit
task_categories:
- text-generation
language:
- en
tags:
- medical_chat
pretty_name: MedicalChat_Dataset
size_categories:
- 1K<n<10K
---
## Use the dataset
```python
from datasets import load_dataset
dataset = load_dataset('syubraj/medical-chat-phi-3.5-instruct-1k')
``` |