Instructions to use genies-models/openllama-3b-math_easy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use genies-models/openllama-3b-math_easy 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_easy") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
4f9daef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
size 534194
|