Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Helsinki-NLP
/
opus-mt_tiny_kor-eng

Translation
Transformers
LiteRT
Safetensors
Korean
English
marian
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use Helsinki-NLP/opus-mt_tiny_kor-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Helsinki-NLP/opus-mt_tiny_kor-eng 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="Helsinki-NLP/opus-mt_tiny_kor-eng")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt_tiny_kor-eng")
    model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt_tiny_kor-eng")
  • Notebooks
  • Google Colab
  • Kaggle
opus-mt_tiny_kor-eng
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
odegiber's picture
odegiber
Update final.model.npz.best-perplexity.npz.decoder.yml
755c263 verified about 12 hours ago
  • .gitattributes
    1.57 kB
    Upload vocab.spm with huggingface_hub 1 day ago
  • README.md
    1.9 kB
    Update README.md about 12 hours ago
  • added_tokens.json
    19 Bytes
    Added model files over 1 year ago
  • config.json
    963 Bytes
    Added model files over 1 year ago
  • final.model.npz.best-perplexity.npz

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    68.7 MB
    xet
    Upload final.model.npz.best-perplexity.npz with huggingface_hub 1 day ago
  • final.model.npz.best-perplexity.npz.decoder.yml
    93 Bytes
    Update final.model.npz.best-perplexity.npz.decoder.yml about 12 hours ago
  • flores_devtest.target
    127 kB
    Added model files over 1 year ago
  • generation_config.json
    270 Bytes
    Added model files over 1 year ago
  • model.safetensors
    50.7 MB
    xet
    Added model files over 1 year ago
  • model.tflite
    20.1 MB
    xet
    Add .tflite model about 2 months ago
  • source.spm
    820 kB
    Added model files over 1 year ago
  • special_tokens_map.json
    552 Bytes
    Added model files over 1 year ago
  • target.spm
    820 kB
    Added model files over 1 year ago
  • tokenizer_config.json
    1.01 kB
    Added model files over 1 year ago
  • vocab.json
    899 kB
    Added model files over 1 year ago
  • vocab.spm
    820 kB
    xet
    Upload vocab.spm with huggingface_hub 1 day ago