deepguess commited on
Commit
65d67b1
·
verified ·
1 Parent(s): 059f0e7

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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): 16
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": "unknown"
43
  }
44
  ```
45
 
@@ -148,10 +148,10 @@ Educational:
148
  ## Citation
149
 
150
  ```bibtex
151
- @misc{weather-qwen25vl-2024,
152
  title={Weather Analysis Vision-Language Model based on Qwen2.5-VL-7B},
153
- author={Your Name},
154
- year={2024},
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
  }