Instructions to use cragtmp/task1image-400 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cragtmp/task1image-400 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data1/chenjiazun/LLM/Llama-3.2-11B-Vision-Instruct") model = PeftModel.from_pretrained(base_model, "cragtmp/task1image-400") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
245f3d0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f81c4e96e254e2aeba4b973b9506fe49873dee6a6b66b0ec8e359f075ae7c5c5
size 8696
|