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

LocalDoc
/
nllb-3.3b-en-az

Translation
Transformers
Safetensors
English
Azerbaijani
m2m_100
text2text-generation
azerbaijani
nllb
english-azerbaijani
Model card Files Files and versions
xet
Community

Instructions to use LocalDoc/nllb-3.3b-en-az with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LocalDoc/nllb-3.3b-en-az 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="LocalDoc/nllb-3.3b-en-az")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("LocalDoc/nllb-3.3b-en-az")
    model = AutoModelForSeq2SeqLM.from_pretrained("LocalDoc/nllb-3.3b-en-az")
  • Notebooks
  • Google Colab
  • Kaggle
nllb-3.3b-en-az
6.69 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
vrashad's picture
vrashad
Update README.md
f7cced1 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    4.88 kB
    Update README.md 5 days ago
  • added_tokens.json
    4.47 kB
    Upload tokenizer 5 days ago
  • config.json
    850 Bytes
    Upload M2M100ForConditionalGeneration 5 days ago
  • generation_config.json
    217 Bytes
    Upload M2M100ForConditionalGeneration 5 days ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload M2M100ForConditionalGeneration 5 days ago
  • model-00002-of-00002.safetensors
    1.7 GB
    xet
    Upload M2M100ForConditionalGeneration 5 days ago
  • model.safetensors.index.json
    89.8 kB
    Upload M2M100ForConditionalGeneration 5 days ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload tokenizer 5 days ago
  • special_tokens_map.json
    4.23 kB
    Upload tokenizer 5 days ago
  • tokenizer_config.json
    39.9 kB
    Upload tokenizer 5 days ago