Instructions to use Nevin1901/quotes_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nevin1901/quotes_test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_7b") model = PeftModel.from_pretrained(base_model, "Nevin1901/quotes_test") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
7da80e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5683476fb191cf3a269951b70368a3fd373311fb5d27a8018a31fc953293155b
size 33600461
|