daidaiyangdianfeng/llava_med_zh_instruct_fixed
收藏Hugging Face2025-12-10 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/daidaiyangdianfeng/llava_med_zh_instruct_fixed
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: id
dtype: string
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
- name: images
dtype: image
splits:
- name: train
num_bytes: 2768740791.434
num_examples: 56649
download_size: 2911959436
dataset_size: 2768740791.434
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
tags:
- medical
size_categories:
- 10K<n<100K
---
### LLaVA-Med-ZH-Instruct (Fixed Version)
This dataset is derived from [BUAADreamer/llava-med-zh-instruct-60k](https://huggingface.co/datasets/BUAADreamer/llava-med-zh-instruct-60k).
To ensure compatibility with multimodal training frameworks (such as LLaMA-Factory) and address the issue of missing fields \<image\>, this fixed version is provided. Please add the following configuration to your `dataset_info.json` file:
```json
"llava_med_zh_instruct": {
"hf_hub_url": "daidaiyangdianfeng/llava_med_zh_instruct_fixed",
"formatting": "sharegpt",
"columns": {
"messages": "messages",
"images": "images"
},
"tags": {
"role_tag": "role",
"content_tag": "content",
"user_tag": "user",
"assistant_tag": "assistant"
}
}
提供机构:
daidaiyangdianfeng



