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