Instructions to use cragtmp/task3f2-600 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cragtmp/task3f2-600 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/task3f2-600") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
84861d3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:460eaf6f0f8f5d7e2f29d680b1927a42bf7573a3c817dbf2df4c39c223ad1091
size 1064
|