Instructions to use smahns/astrollama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use smahns/astrollama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf") model = PeftModel.from_pretrained(base_model, "smahns/astrollama") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
95dc054 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:be5e420f49c37d5ae19bb1414af3cb9c8a93bbb1e53bc6c84438836fc9484383
size 4856
|