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
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -65,3 +65,7 @@ To run this model on laptops/macbooks using **LM Studio**, **Ollama**, or **Jan.
|
|
| 65 |
```bash
|
| 66 |
ollama run hf.co/shreyansh12183/olmo2-7b-phd-pure-math-GGUF:Q4_K_M
|
| 67 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
```bash
|
| 66 |
ollama run hf.co/shreyansh12183/olmo2-7b-phd-pure-math-GGUF:Q4_K_M
|
| 67 |
```
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
---
|
| 71 |
+
*Developed by **ExperimentLab AI** | Official Website: [https://experimentlab.in](https://experimentlab.in) | Contact: [shreyansh@experimentlab.in](mailto:shreyansh@experimentlab.in)*
|