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
| { | |
| "framework": "pytorch", | |
| "task": "image-text-to-text", | |
| "allow_remote": true, | |
| "adapter_cfg": { | |
| "model_id_or_path": "qwen/Qwen2-VL-7B-Instruct", | |
| "model_revision": "master", | |
| "sft_type": "lora", | |
| "tuner_backend": "peft", | |
| "template_type": "qwen2-vl", | |
| "dtype": "bf16", | |
| "system": null | |
| } | |
| } |