Model Card for Japanese-English Academic Translator [sentence]
[This model is fine-tuned from MarianMT to translate academic text from Japanese to English.]
Model Details
Model Description
- Developed by: [Kenneth Zhang and Susie Xu]
- Languages: [Japanese to English]
- Finetuned from model: [MarianMT]
Uses
[This model is for translating academic text from Japanese to English. You can use it through HuggingFace's pipeline by importing it to your environment. Otherwise, you can use our interface on HuggingFace Spaces at https://huggingface.co/spaces/ywc1/ja-en-trans. This model is finetuned on sentence-level pairs and does not perform very well for multi-sentence inputs. If you're looking to translate an entire abstract or paragraph-level data, please go to our paragraph level translation model trained from the same datset. you can find it at ywc1/mbart-finetuned-ja-en-para.]
Example code:
from transformers import MarianMTModel, MarianTokenizer
model = MarianMTModel.from_pretrained("ywc1/marian-finetuned-ja-en")
tokenizer = MarianTokenizer.from_pretrained("ywc1/marian-finetuned-ja-en")
Training Details
Training Data
[This model finetunes MarianMT on 300,000 pairs of Japanese-English academic text. Marian MT i s]
Training Procedure
Preprocessing [optional]
[More Information Needed]
Training Hyperparameters
- Training regime: [More Information Needed]
Speeds, Sizes, Times [optional]
[More Information Needed]
Evaluation
Testing Data, Factors & Metrics
Testing Data
[More Information Needed]
Factors
[More Information Needed]
Metrics
[More Information Needed]
Results
[More Information Needed]
Summary
Model Examination [optional]
[More Information Needed]
Environmental Impact
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
- Hardware Type: [More Information Needed]
- Hours used: [More Information Needed]
- Cloud Provider: [More Information Needed]
- Compute Region: [More Information Needed]
- Carbon Emitted: [More Information Needed]
Technical Specifications [optional]
Model Architecture and Objective
[More Information Needed]
Compute Infrastructure
[More Information Needed]
Hardware
[More Information Needed]
Software
[More Information Needed]
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Model Card Authors [optional]
[More Information Needed]
Model Card Contact
[More Information Needed]
- Downloads last month
- 12