philipp-zettl/german-structured-output-olmo2-1b-ONNX
This model was converted to ONNX format from philipp-zettl/german-structured-output-olmo2-1b using optimum via the WebGPU Export My Repo space.
Refer to the original model card for more details on the model.
Available Quantizations
q4
Use with Transformers.js
import { pipeline } from '@huggingface/transformers';
const pipe = await pipeline('text-generation', 'philipp-zettl/german-structured-output-olmo2-1b-ONNX', {
dtype: 'q4', // or: q4
});
- Downloads last month
- 611
Model tree for philipp-zettl/german-structured-output-olmo2-1b-ONNX
Base model
allenai/OLMo-2-0425-1B Finetuned
allenai/OLMo-2-0425-1B-SFT Finetuned
allenai/OLMo-2-0425-1B-DPO Finetuned
allenai/OLMo-2-0425-1B-RLVR1 Finetuned
allenai/OLMo-2-0425-1B-Instruct