Instructions to use daniel3303/PixtralGroundCap with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel3303/PixtralGroundCap with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistral-community/pixtral-12b") model = PeftModel.from_pretrained(base_model, "daniel3303/PixtralGroundCap") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
5e37d23 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b1e488440cc63247b452a268376fb9d802bd9d4419e8749a7f3f476f38fef57
size 17077566
|