modrill's picture
Upload folder using huggingface_hub
5316769 verified
|
Raw
History Blame Contribute Delete
365 Bytes
---
library_name: transformers
license: other
tags:
- olmo3
- math
- think
- merged
---
# olmo3-math-think-merged
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("modrill/olmo3-math-think-merged")
tokenizer = AutoTokenizer.from_pretrained("modrill/olmo3-math-think-merged")
```