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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BenguerineMohammed
/
nmt-seq2seq-translator

Transformers
Safetensors
English
m2m_100
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use BenguerineMohammed/nmt-seq2seq-translator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BenguerineMohammed/nmt-seq2seq-translator with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("BenguerineMohammed/nmt-seq2seq-translator")
    model = AutoModelForSeq2SeqLM.from_pretrained("BenguerineMohammed/nmt-seq2seq-translator")
  • Notebooks
  • Google Colab
  • Kaggle
nmt-seq2seq-translator
1.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
BenguerineMohammed's picture
BenguerineMohammed
Update README.md
b708145 verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 3 months ago
  • README.md
    5.21 kB
    Update README.md 3 months ago
  • __init__.py
    618 Bytes
    Upload 9 files 3 months ago
  • app.py
    8.61 kB
    Upload 9 files 3 months ago
  • config.json
    931 Bytes
    Upload M2M100ForConditionalGeneration 3 months ago
  • config.yml
    345 Bytes
    Upload 9 files 3 months ago
  • evaluate.py
    2.52 kB
    Upload 9 files 3 months ago
  • generation_config.json
    193 Bytes
    Upload M2M100ForConditionalGeneration 3 months ago
  • languages.py
    4.04 kB
    Upload 9 files 3 months ago
  • model.py
    1.21 kB
    Upload 9 files 3 months ago
  • model.safetensors
    1.23 GB
    xet
    Upload M2M100ForConditionalGeneration 3 months ago
  • requirements.txt
    189 Bytes
    Upload 9 files 3 months ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload tokenizer 3 months ago
  • special_tokens_map.json
    4.49 kB
    Upload tokenizer 3 months ago
  • speech.py
    891 Bytes
    Upload 9 files 3 months ago
  • tokenizer.json
    17.3 MB
    xet
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    41.7 kB
    Upload tokenizer 3 months ago
  • translate.py
    3.79 kB
    Upload 9 files 3 months ago