Text Generation
PEFT
Safetensors
English
mathematics
pure-math
topology
algebraic-geometry
formal-proofs
conversational
Instructions to use shreyansh12183/olmo2-7b-phd-pure-math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shreyansh12183/olmo2-7b-phd-pure-math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-1124-7B-Instruct") model = PeftModel.from_pretrained(base_model, "shreyansh12183/olmo2-7b-phd-pure-math") - Notebooks
- Google Colab
- Kaggle
Ctrl+K