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