Update README.md
Browse files
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
|
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:
|