leon-se commited on
Commit
594b5ee
·
verified ·
1 Parent(s): f78bca7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
 
15
  ## Model Description
16
  ForestFireVLM-7B is a specialized vision-language model fine-tuned from [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) specifically for forest fire detection and analysis tasks. This model is designed to identify and analyze various aspects of forest fires from aerial imagery, including smoke detection, flame visibility, fire characteristics, and potential hazards.
17
- The [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory/) framework was used for fine-tuning this model. Quantized to FP8 with `llm-compressor`.
18
 
19
  ## How to Use
20
  The model can be used with vLLM to create an OpenAI API compatible endpoint:
 
14
 
15
  ## Model Description
16
  ForestFireVLM-7B is a specialized vision-language model fine-tuned from [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) specifically for forest fire detection and analysis tasks. This model is designed to identify and analyze various aspects of forest fires from aerial imagery, including smoke detection, flame visibility, fire characteristics, and potential hazards.
17
+ The [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory/) framework was used for fine-tuning this model. Quantized to FP8 with [llm-compressor](https://github.com/vllm-project/llm-compressor).
18
 
19
  ## How to Use
20
  The model can be used with vLLM to create an OpenAI API compatible endpoint: