Instructions to use andrk9/testingPyScript with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use andrk9/testingPyScript with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-70b-hf") model = PeftModel.from_pretrained(base_model, "andrk9/testingPyScript") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e2ca488 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:deacdec1e19e3dc341f8b2842de0a46ea150ef194e7c21c513d50e197684b64b
size 16794200
|