Instructions to use Raneechu/textbookbig2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Raneechu/textbookbig2 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, "Raneechu/textbookbig2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1235a72 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:35151dbde97750922ebb3c6e71e3c4255e034f74850ebc3a25c590a256580d6c
size 5048
|