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