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

2ADT-Consulting
/
nllb-susu-v2

Translation
Transformers
Safetensors
Susu
French
English
m2m_100
text2text-generation
susu
soussou
nllb
low-resource
Model card Files Files and versions
xet
Community

Instructions to use 2ADT-Consulting/nllb-susu-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 2ADT-Consulting/nllb-susu-v2 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="2ADT-Consulting/nllb-susu-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("2ADT-Consulting/nllb-susu-v2")
    model = AutoModelForSeq2SeqLM.from_pretrained("2ADT-Consulting/nllb-susu-v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nllb-susu-v2
2.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
GaindeNdiaye's picture
GaindeNdiaye
Ajout du modèle NLLB-Susu
4860fd9 verified 15 days ago
  • .gitattributes
    1.57 kB
    Ajout du modèle NLLB-Susu 15 days ago
  • README.md
    2.77 kB
    Ajout du modèle NLLB-Susu 15 days ago
  • added_tokens.json
    25 Bytes
    Ajout du modèle NLLB-Susu 15 days ago
  • config.json
    818 Bytes
    Ajout du modèle NLLB-Susu 15 days ago
  • generation_config.json
    184 Bytes
    Ajout du modèle NLLB-Susu 15 days ago
  • model.safetensors
    2.46 GB
    xet
    Ajout du modèle NLLB-Susu 15 days ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Ajout du modèle NLLB-Susu 15 days ago
  • special_tokens_map.json
    4.23 kB
    Ajout du modèle NLLB-Susu 15 days ago
  • tokenizer.json
    32.2 MB
    xet
    Ajout du modèle NLLB-Susu 15 days ago
  • tokenizer_config.json
    40.2 kB
    Ajout du modèle NLLB-Susu 15 days ago