Instructions to use fintutto/opus-mt-en-mt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use fintutto/opus-mt-en-mt with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('translation', 'fintutto/opus-mt-en-mt');
| { | |
| "bad_words_ids": [ | |
| [ | |
| 56040 | |
| ] | |
| ], | |
| "bos_token_id": 0, | |
| "decoder_start_token_id": 56040, | |
| "eos_token_id": 0, | |
| "forced_eos_token_id": 0, | |
| "max_length": 512, | |
| "num_beams": 4, | |
| "pad_token_id": 56040, | |
| "renormalize_logits": true, | |
| "transformers_version": "4.33.2" | |
| } | |