update readme
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ A specialized vision-language model for meteorological image analysis, fine-tune
|
|
| 26 |
- **Parameters**: 7.6B
|
| 27 |
- **Base Model**: [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct)
|
| 28 |
- **Fine-tuning Method**: LoRA (Low-Rank Adaptation)
|
| 29 |
-
- Rank (r):
|
| 30 |
- Alpha: 32
|
| 31 |
- Target modules: ['v_proj', 'down_proj', 'gate_proj', 'k_proj', 'up_proj', 'q_proj', 'o_proj']
|
| 32 |
- **Training Data**: Specialized weather and meteorological imagery dataset
|
|
@@ -39,7 +39,7 @@ A specialized vision-language model for meteorological image analysis, fine-tune
|
|
| 39 |
"global_step": 7000,
|
| 40 |
"epoch": 2.911837350180693,
|
| 41 |
"total_flos": 4.786937654858951e+18,
|
| 42 |
-
"train_loss": "
|
| 43 |
}
|
| 44 |
```
|
| 45 |
|
|
@@ -148,10 +148,10 @@ Educational:
|
|
| 148 |
## Citation
|
| 149 |
|
| 150 |
```bibtex
|
| 151 |
-
@misc{weather-qwen25vl-
|
| 152 |
title={Weather Analysis Vision-Language Model based on Qwen2.5-VL-7B},
|
| 153 |
-
author={
|
| 154 |
-
year={
|
| 155 |
publisher={HuggingFace},
|
| 156 |
url={https://huggingface.co/qwen25-vl-weather-7b}
|
| 157 |
}
|
|
|
|
| 26 |
- **Parameters**: 7.6B
|
| 27 |
- **Base Model**: [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct)
|
| 28 |
- **Fine-tuning Method**: LoRA (Low-Rank Adaptation)
|
| 29 |
+
- Rank (r): 32
|
| 30 |
- Alpha: 32
|
| 31 |
- Target modules: ['v_proj', 'down_proj', 'gate_proj', 'k_proj', 'up_proj', 'q_proj', 'o_proj']
|
| 32 |
- **Training Data**: Specialized weather and meteorological imagery dataset
|
|
|
|
| 39 |
"global_step": 7000,
|
| 40 |
"epoch": 2.911837350180693,
|
| 41 |
"total_flos": 4.786937654858951e+18,
|
| 42 |
+
"train_loss": ".751"
|
| 43 |
}
|
| 44 |
```
|
| 45 |
|
|
|
|
| 148 |
## Citation
|
| 149 |
|
| 150 |
```bibtex
|
| 151 |
+
@misc{weather-qwen25vl-2025,
|
| 152 |
title={Weather Analysis Vision-Language Model based on Qwen2.5-VL-7B},
|
| 153 |
+
author={Deepguess},
|
| 154 |
+
year={2025},
|
| 155 |
publisher={HuggingFace},
|
| 156 |
url={https://huggingface.co/qwen25-vl-weather-7b}
|
| 157 |
}
|