Update README.md
Browse files
README.md
CHANGED
@@ -126,11 +126,6 @@ answer = response.split("<|im_start|>assistant")[-1].strip()
|
|
126 |
print(answer)
|
127 |
```
|
128 |
|
129 |
-
## Training Details
|
130 |
-
|
131 |
-
### Training Data
|
132 |
-
|
133 |
-
The model was fine-tuned on multimodal vision-language data including Chinese, Korean, and English content, with specific focus on Traditional Chinese Medicine tongue diagnosis scenarios.
|
134 |
|
135 |
### Training Procedure
|
136 |
|
@@ -147,35 +142,6 @@ The model was fine-tuned on multimodal vision-language data including Chinese, K
|
|
147 |
- **Adapter size:** 2.2GB
|
148 |
- **Base model:** Qwen2.5-VL-32B-Instruct (32B parameters)
|
149 |
|
150 |
-
## Evaluation
|
151 |
-
|
152 |
-
### Testing Data, Factors & Metrics
|
153 |
-
|
154 |
-
#### Testing Data
|
155 |
-
|
156 |
-
Evaluation was performed on multimodal vision-language benchmarks with focus on medical image understanding and TCM tongue diagnosis.
|
157 |
-
|
158 |
-
#### Metrics
|
159 |
-
|
160 |
-
Standard vision-language evaluation metrics including accuracy, BLEU, and human evaluation scores.
|
161 |
-
|
162 |
-
### Results
|
163 |
-
|
164 |
-
[Evaluation results to be added]
|
165 |
-
|
166 |
-
#### Summary
|
167 |
-
|
168 |
-
This LoRA adapter provides an efficient way to adapt the Qwen2.5-VL-32B-Instruct model for Traditional Chinese Medicine tongue diagnosis tasks while maintaining the base model's capabilities.
|
169 |
-
|
170 |
-
## Technical Specifications
|
171 |
-
|
172 |
-
### Model Architecture and Objective
|
173 |
-
|
174 |
-
- **Architecture:** LoRA adapter for Qwen2.5-VL-32B-Instruct
|
175 |
-
- **Objective:** Multimodal vision-language understanding and generation, specialized for TCM tongue diagnosis
|
176 |
-
|
177 |
-
### Compute Infrastructure
|
178 |
-
|
179 |
|
180 |
#### Software
|
181 |
|
|
|
126 |
print(answer)
|
127 |
```
|
128 |
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
### Training Procedure
|
131 |
|
|
|
142 |
- **Adapter size:** 2.2GB
|
143 |
- **Base model:** Qwen2.5-VL-32B-Instruct (32B parameters)
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
|
146 |
#### Software
|
147 |
|