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

CenIA
/
nllb-200-3.3B-spa-rap

Translation
Transformers
PyTorch
m2m_100
nllb
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use CenIA/nllb-200-3.3B-spa-rap 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="CenIA/nllb-200-3.3B-spa-rap")
    # Load model directly
    from transformers import AutoTokenizer, M2M100NLLB
    
    tokenizer = AutoTokenizer.from_pretrained("CenIA/nllb-200-3.3B-spa-rap")
    model = M2M100NLLB.from_pretrained("CenIA/nllb-200-3.3B-spa-rap")
  • Notebooks
  • Google Colab
  • Kaggle
nllb-200-3.3B-spa-rap
6.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Ghanvert's picture
Ghanvert
Upload folder using huggingface_hub
5832573 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Added tokenizer about 2 years ago
  • LICENSE
    19.3 kB
    Rename LICENSE.model.md to LICENSE over 1 year ago
  • README.md
    1.03 kB
    Update README.md over 1 year ago
  • config.json
    830 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • generation_config.json
    184 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.BFloat16Storage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    6.69 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • pytorch_model.bin.index.json
    90 kB
    Upload folder using huggingface_hub about 2 years ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Added tokenizer about 2 years ago
  • special_tokens_map.json
    3.55 kB
    Added tokenizer about 2 years ago
  • state.json
    813 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • status.json
    635 Bytes
    model updated over 1 year ago
  • tokenizer.json
    17.3 MB
    xet
    Added tokenizer about 2 years ago
  • tokenizer_config.json
    564 Bytes
    Added tokenizer about 2 years ago