Instructions to use smahns/astrollama2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use smahns/astrollama2 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/astrollama2") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
7b5623e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:011f2033c5a86ddc89f77b6fd675a10fc894f15128e63e9fbbb92fac6cde61b0
size 39353600
|