Instructions to use Roner1/LLaMA-Colosal-NeuroIPS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Roner1/LLaMA-Colosal-NeuroIPS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hpcai-tech/Colossal-LLaMA-2-7b-base") model = PeftModel.from_pretrained(base_model, "Roner1/LLaMA-Colosal-NeuroIPS") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d5b8c05 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c3c07c5bc61607184c712c684d9d7b97c6dbfd5b7e428dfa79b95a35d0493e59
size 1052035
|