How to use Open-Reasoner-Zero/Open-Reasoner-Zero-7B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Open-Reasoner-Zero/Open-Reasoner-Zero-7B") model = AutoModelForCausalLM.from_pretrained("Open-Reasoner-Zero/Open-Reasoner-Zero-7B")
The community tab is the place to discuss and collaborate with the HF community!