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

  • Log In
  • Sign Up

raphaelmerx
/
ko-en

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

Instructions to use raphaelmerx/ko-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use raphaelmerx/ko-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="raphaelmerx/ko-en")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("raphaelmerx/ko-en")
    model = AutoModelForSeq2SeqLM.from_pretrained("raphaelmerx/ko-en")
  • Notebooks
  • Google Colab
  • Kaggle
ko-en
73.5 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
raphaelmerx's picture
raphaelmerx
README: mention fork
be7d85f 4 months ago
  • .gitattributes
    1.56 kB
    initial commit over 1 year ago
  • README.md
    1.53 kB
    README: mention fork 4 months ago
  • added_tokens.json
    19 Bytes
    Added model files over 1 year ago
  • config.json
    963 Bytes
    Added model files over 1 year 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
  • ko_en_3_sigs.tflite
    20.1 MB
    xet
    Add tflite model 4 months ago
  • model.safetensors
    50.7 MB
    xet
    Added model files over 1 year ago
  • source.spm
    820 kB
    xet
    Added model files over 1 year ago
  • special_tokens_map.json
    552 Bytes
    Added model files over 1 year ago
  • target.spm
    820 kB
    xet
    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