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: 133 Bytes
4f9daef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a91213c415f09e84b4a6894d0c8c6ca78b6ed479d8f5b22f1cd978f1a0ffab06
size 85258545
|