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

transZ
/
M2M_Vi_Ba

Translation
Transformers
PyTorch
Vietnamese
Bashkir
m2m_100
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use transZ/M2M_Vi_Ba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use transZ/M2M_Vi_Ba 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="transZ/M2M_Vi_Ba")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("transZ/M2M_Vi_Ba")
    model = AutoModelForSeq2SeqLM.from_pretrained("transZ/M2M_Vi_Ba")
  • Notebooks
  • Google Colab
  • Kaggle
M2M_Vi_Ba
1.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
transZ's picture
transZ
Update README.md
b5d39b2 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    662 Bytes
    Update README.md almost 4 years ago
  • config.json
    923 Bytes
    add model almost 4 years ago
  • pytorch_model.bin
    1.94 GB
    xet
    add model almost 4 years ago
  • sentencepiece.bpe.model
    2.42 MB
    xet
    add tokenizer almost 4 years ago
  • special_tokens_map.json
    1.56 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    1.88 kB
    add tokenizer almost 4 years ago
  • vocab.json
    3.71 MB
    add tokenizer almost 4 years ago