Hgn_trans_en2zh / README.md
BubbleSheep's picture
Update README.md
f1793d1
metadata
language:
  - en
  - zh
thumbnail: url to a thumbnail used in social sharing
tags:
  - translation
license: apache-2.0
datasets:
  - THUOCL清华大学开放中文词库
metrics:
  - bleu

Model Details

  • Model Description: This model has been pre-trained for English-Chinese Translation, and use datasets of THUOCL to fine tune the model.
  • source group: English
  • target group: Chinese
  • Parent Model: Helsinki-NLP/opus-mt-en-zh, see https://huggingface.co/Helsinki-NLP/opus-mt-en-zh
  • Model Type: Translation

Training Data

How to Get Started With the Model

from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("BubbleSheep/Hgn_trans_en2zh")

model = AutoModelForSeq2SeqLM.from_pretrained("BubbleSheep/Hgn_trans_en2zh")