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');
| { | |
| "_from_model_config": true, | |
| "bad_words_ids": [ | |
| [ | |
| 32000 | |
| ] | |
| ], | |
| "bos_token_id": 0, | |
| "decoder_start_token_id": 32000, | |
| "eos_token_id": 0, | |
| "forced_eos_token_id": 0, | |
| "max_length": 512, | |
| "num_beams": 6, | |
| "pad_token_id": 32000, | |
| "transformers_version": "4.57.3" | |
| } | |