Instructions to use genies-models/llama-7b-math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use genies-models/llama-7b-math with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("models/llama-7b") model = PeftModel.from_pretrained(base_model, "genies-models/llama-7b-math") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b9c1f22 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:650538fb6cef1e1cae930a0e0671e6b0937985a06292e7613847002ae65fee90
size 5051
|