Video-Text-to-Text
PEFT
Safetensors
English
soccer
video-classification
event-detection
lora
qwen3-vl
Instructions to use acatorcini/qwen3-vl-32b-soccer-v11-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use acatorcini/qwen3-vl-32b-soccer-v11-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/transit/soccer-finetune/checkpoints/v8-32b/merged-bf16-c300") model = PeftModel.from_pretrained(base_model, "acatorcini/qwen3-vl-32b-soccer-v11-lora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!