open-r1/OpenR1-Math-220k
Viewer • Updated • 450k • 135k • 799
How to use sherooz/ahmed with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('question-answering', 'sherooz/ahmed');Base model
deepseek-ai/DeepSeek-R1
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('question-answering', 'sherooz/ahmed');