Instructions to use Mitsua/elan-mt-tiny-ja-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mitsua/elan-mt-tiny-ja-en with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="Mitsua/elan-mt-tiny-ja-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Mitsua/elan-mt-tiny-ja-en") model = AutoModelForSeq2SeqLM.from_pretrained("Mitsua/elan-mt-tiny-ja-en") - Notebooks
- Google Colab
- Kaggle
ElanMT
This model is a tiny variant of ElanMT-BT-ja-en and is trained from scratch exclusively on openly licensed data and Wikipedia back translated data using ElanMT-base-en-ja.
Model Details
This is a translation model based on Marian MT 4-layer encoder-decoder transformer architecture with sentencepiece tokenizer.
- Developed by: ELAN MITSUA Project / Abstract Engine
- Model type: Translation
- Source Language: Japanese
- Target Language: English
- License: CC BY-SA 4.0
Usage
Training Data
Training Procedure
Evaluation
Disclaimer
The translated result may be very incorrect, harmful or biased. The model was developed to investigate achievable performance with only a relatively small, licensed corpus, and is not suitable for use cases requiring high translation accuracy. Under Section 5 of the CC BY-SA 4.0 License, ELAN MITSUA Project / Abstract Engine is not responsible for any direct or indirect loss caused by the use of the model.
- Downloads last month
- 10