Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lushaitech
/
mizo-eng-trans

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

Instructions to use lushaitech/mizo-eng-trans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lushaitech/mizo-eng-trans 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="lushaitech/mizo-eng-trans")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("lushaitech/mizo-eng-trans")
    model = AutoModelForSeq2SeqLM.from_pretrained("lushaitech/mizo-eng-trans")
  • Notebooks
  • Google Colab
  • Kaggle
mizo-eng-trans
281 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Lawmna's picture
Lawmna
Update README.md
c3209a8 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • LICENSE
    0 Bytes
    initial commit about 2 years ago
  • README.md
    95 Bytes
    Update README.md about 2 years ago
  • config.json
    1.41 kB
    Upload 8 files about 2 years ago
  • generation_config.json
    288 Bytes
    Upload 8 files about 2 years ago
  • model.safetensors
    278 MB
    xet
    Upload 8 files about 2 years ago
  • source.spm
    687 kB
    Upload 8 files about 2 years ago
  • special_tokens_map.json
    416 Bytes
    Upload 8 files about 2 years ago
  • target.spm
    783 kB
    Upload 8 files about 2 years ago
  • tokenizer_config.json
    817 Bytes
    Upload 8 files about 2 years ago
  • vocab.json
    1.18 MB
    Upload 8 files about 2 years ago