YLX1965 commited on
Commit
e700cc7
·
verified ·
1 Parent(s): f42cc6c

Update readme.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Llama-3.2-11B X 射线分析模型 (v1)
2
 
3
  该模型是 [unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit](https://huggingface.co/unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit) 的微调版本,专为分析医学放射影像(X 射线、CT 扫描、超声)而设计。它在 ROCO 放射数据集 ([unsloth/Radiology_mini](https://huggingface.co/datasets/unsloth/Radiology_mini)) 的一个子集上进行训练,以生成图像的描述,充当专业的放射技师。
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - unsloth/Radiology_mini
5
+ language:
6
+ - en
7
+ base_model:
8
+ - unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit
9
+ library_name: diffusers
10
+ tags:
11
+ - text-generation-inference
12
+ - transformers
13
+ - vision
14
+ ---
15
  # Llama-3.2-11B X 射线分析模型 (v1)
16
 
17
  该模型是 [unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit](https://huggingface.co/unsloth/Llama-3.2-11B-Vision-Instruct-bnb-4bit) 的微调版本,专为分析医学放射影像(X 射线、CT 扫描、超声)而设计。它在 ROCO 放射数据集 ([unsloth/Radiology_mini](https://huggingface.co/datasets/unsloth/Radiology_mini)) 的一个子集上进行训练,以生成图像的描述,充当专业的放射技师。