open-r1/OpenR1-Math-220k
Viewer • Updated • 450k • 46.3k • 753
How to use weqwdasd/ujjj with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="weqwdasd/ujjj") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("weqwdasd/ujjj", dtype="auto")# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("weqwdasd/ujjj", dtype="auto")
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="weqwdasd/ujjj")