Text Generation
Transformers.js
ONNX
multilingual
gemma3_text
gemma3
translation
no-vision
causal-lm
conversational
Instructions to use willopcbeta/translategemma-4b-it-Text-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use willopcbeta/translategemma-4b-it-Text-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'willopcbeta/translategemma-4b-it-Text-ONNX');
Upload 11 files
#2
by willopcbeta - opened
No description provided.
Added int4_cpu_block_32_accuracy_level_4 for terminal devices or other uses.
Using --precision int4 --execution_provider cpu --extra_options int4_accuracy_level=4 int4_block_size=32 int4_algo_config=rtn.
willopcbeta changed pull request status to merged