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