Instructions to use glli/ART_WriterModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use glli/ART_WriterModel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "glli/ART_WriterModel") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
a750261 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:705884702cd7e91e9c0fae6186a3bb9258f76ccdb7246ae38b5855ca3c9dc126
size 80013120
|