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: 134 Bytes
b9c1f22 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a6efef06a4b05ade02dc46dcddc4e48f99405ca9b48e9db09881a802d6bd1983
size 134295057
|