Translation
Transformers.js
ONNX
Basque
marian
text2text-generation
basque
euskara
capitalization
punctuation
restoration
txukun
quantized
int8
Instructions to use itzune/txukun-cap-punct-eu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use itzune/txukun-cap-punct-eu with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('translation', 'itzune/txukun-cap-punct-eu');
Commit History
Upload tokenizer_config.json with huggingface_hub bfc3ef9 verified
Upload vocab.json with huggingface_hub 602dd93 verified
Upload source.spm with huggingface_hub 873888d verified
Update model card for int8 quantized models 4e679d3
Xabi Ezpeleta commited on
Add int8 quantized models (EnableSubgraph: True) d144555
Xabi Ezpeleta commited on
Update model card for float32 (reverted from float16) 1541b94
Xabi Ezpeleta commited on
Revert to float32 — ONNX Runtime Web WASM does not support float16 tensors dc7ef21
Xabi Ezpeleta commited on
Rename ONNX files with _fp16 suffix for Transformers.js auto-detection 1ec675c
Xabi Ezpeleta commited on
Update model card for float16 09083af
Xabi Ezpeleta commited on
Quantize to float16 for smaller downloads 84b30d7
Xabi Ezpeleta commited on
Add model card 1c28369
Xabi Ezpeleta commited on
Initial ONNX model export from HiTZ/cap-punct-eu 34383e5
Xabi Ezpeleta commited on