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

NM-development
/
nllb-ce-rus-v0

Translation
Transformers
Safetensors
Chechen
Russian
m2m_100
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use NM-development/nllb-ce-rus-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NM-development/nllb-ce-rus-v0 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="NM-development/nllb-ce-rus-v0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("NM-development/nllb-ce-rus-v0")
    model = AutoModelForSeq2SeqLM.from_pretrained("NM-development/nllb-ce-rus-v0")
  • Notebooks
  • Google Colab
  • Kaggle
nllb-ce-rus-v0
2.52 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
sleepygargoyle's picture
sleepygargoyle
Update README.md
bf4029c verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.95 kB
    Update README.md 9 months ago
  • added_tokens.json
    24 Bytes
    Upload tokenizer about 1 year ago
  • config.json
    842 Bytes
    Upload M2M100ForConditionalGeneration about 1 year ago
  • generation_config.json
    184 Bytes
    Upload M2M100ForConditionalGeneration about 1 year ago
  • model.safetensors
    2.52 GB
    xet
    Upload M2M100ForConditionalGeneration about 1 year ago
  • sentencepiece.bpe.model
    5.21 MB
    xet
    Upload tokenizer about 1 year ago
  • special_tokens_map.json
    4.26 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    40.1 kB
    Upload tokenizer about 1 year ago