Instructions to use YieldInc/cacti-7b-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use YieldInc/cacti-7b-1k 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, "YieldInc/cacti-7b-1k") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
30aeb82 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:575d759c16d36f32031f5179a406091a52aef5802deb77de428efcecbaddc82c
size 134261965
|