Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ELiRF
/
NASCA

Summarization
Transformers
PyTorch
Safetensors
Catalan
bart
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use ELiRF/NASCA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ELiRF/NASCA with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" 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("summarization", model="ELiRF/NASCA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ELiRF/NASCA")
    model = AutoModelForSeq2SeqLM.from_pretrained("ELiRF/NASCA")
  • Notebooks
  • Google Colab
  • Kaggle
NASCA
3.33 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 34 commits
lhurtado's picture
lhurtado
Adding `safetensors` variant of this model (#1)
a655bc5 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    5.73 kB
    Update README.md about 4 years ago
  • added_tokens.json
    17 Bytes
    add tokenizer over 4 years ago
  • config.json
    1.5 kB
    Update config.json about 3 years ago
  • merges.txt
    600 kB
    add tokenizer over 4 years ago
  • model.safetensors
    1.66 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    1.66 GB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    772 Bytes
    add tokenizer over 4 years ago
  • tokenizer.json
    1.73 MB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    1.11 kB
    Update tokenizer_config.json about 4 years ago
  • vocab.json
    1.01 MB
    add tokenizer over 4 years ago