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

hectordiazgomez
/
nllb-spa-awa-v3

Translation
Transformers
PyTorch
Spanish
Aguaruna
m2m_100
text2text-generation
nllb
aguaruna
spanish
Model card Files Files and versions
xet
Community
1

Instructions to use hectordiazgomez/nllb-spa-awa-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hectordiazgomez/nllb-spa-awa-v3 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="hectordiazgomez/nllb-spa-awa-v3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("hectordiazgomez/nllb-spa-awa-v3")
    model = AutoModelForSeq2SeqLM.from_pretrained("hectordiazgomez/nllb-spa-awa-v3", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nllb-spa-awa-v3
2.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hectordiazgomez's picture
hectordiazgomez
Update README.md
cb0edda verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.3 kB
    Update README.md about 2 years ago
  • config.json
    875 Bytes
    Upload M2M100ForConditionalGeneration about 2 years ago
  • generation_config.json
    184 Bytes
    Upload M2M100ForConditionalGeneration about 2 years ago
  • pytorch_model.bin
    2.46 GB
    xet
    Upload M2M100ForConditionalGeneration about 2 years ago
  • sentencepiece.bpe.model
    4.85 MB
    xet
    Upload tokenizer about 2 years ago
  • special_tokens_map.json
    3.56 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    570 Bytes
    Upload tokenizer about 2 years ago