Instructions to use SimulaMet/SoccerChat-qwen2-vl-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SimulaMet/SoccerChat-qwen2-vl-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "SimulaMet/SoccerChat-qwen2-vl-7b") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
03d70f4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1fa1b662a6196f37ebfff636ed10181962d0ea08f6e1416feb8643f72b8460d
size 10296
|