Instructions to use SimulaMet/PointDetectCount-Qwen2.5-VL-7B-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SimulaMet/PointDetectCount-Qwen2.5-VL-7B-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/sushant/.cache/modelscope/hub/Qwen/Qwen2___5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "SimulaMet/PointDetectCount-Qwen2.5-VL-7B-LoRA") - Notebooks
- Google Colab
- Kaggle
Upload training_log.jsonl
Browse files- training_log.jsonl +0 -0
training_log.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|