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
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c56ecdaf9492a1eb332453615acfd0f420e38fb475b20d8c467996e6c722cbe
|
| 3 |
+
size 1333883096
|