Instructions to use philipp-zettl/german-structured-output-olmo2-1b-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use philipp-zettl/german-structured-output-olmo2-1b-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'philipp-zettl/german-structured-output-olmo2-1b-ONNX');
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
- 51
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
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'philipp-zettl/german-structured-output-olmo2-1b-ONNX');