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

michaelfeil
/
ct2fast-nllb-200-3.3B

Translation
Transformers
m2m_100
text2text-generation
ctranslate2
int8
float16
nllb
Model card Files Files and versions
xet
Community

Instructions to use michaelfeil/ct2fast-nllb-200-3.3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use michaelfeil/ct2fast-nllb-200-3.3B 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="michaelfeil/ct2fast-nllb-200-3.3B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("michaelfeil/ct2fast-nllb-200-3.3B")
    model = AutoModelForSeq2SeqLM.from_pretrained("michaelfeil/ct2fast-nllb-200-3.3B")
  • Notebooks
  • Google Colab
  • Kaggle
ct2fast-nllb-200-3.3B
3.38 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
michaelfeil's picture
michaelfeil
Update README.md
2ec3559 almost 3 years ago
  • .gitattributes
    1.22 kB
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • README.md
    8.7 kB
    Update README.md almost 3 years ago
  • config.json
    1.07 kB
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • generation_config.json
    189 Bytes
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • model.bin
    3.36 GB
    xet
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • shared_vocabulary.json
    5.92 MB
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • special_tokens_map.json
    3.55 kB
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • tokenizer.json
    17.3 MB
    xet
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago
  • tokenizer_config.json
    564 Bytes
    Upload facebook/nllb-200-3.3B ctranslate fp16 weights almost 3 years ago