Instructions to use kdearsty/llama-testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kdearsty/llama-testing with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("stas/tiny-random-llama-2") model = PeftModel.from_pretrained(base_model, "kdearsty/llama-testing") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
03c1bc9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9c56ecdaf9492a1eb332453615acfd0f420e38fb475b20d8c467996e6c722cbe
size 1333883096
|