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