Instructions to use Open-Reasoner-Zero/Open-Reasoner-Zero-Critic-32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Open-Reasoner-Zero/Open-Reasoner-Zero-Critic-32B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Open-Reasoner-Zero/Open-Reasoner-Zero-Critic-32B") model = AutoModel.from_pretrained("Open-Reasoner-Zero/Open-Reasoner-Zero-Critic-32B") - Notebooks
- Google Colab
- Kaggle
Add library and pipeline tags
#1
by nielsr HF Staff - opened
This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=reinforcement-learning and that the Transformers library is correctly set.
reign12 changed pull request status to merged