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

bl21812
/
summ_beta0

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

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

  • Libraries
  • Transformers

    How to use bl21812/summ_beta0 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="bl21812/summ_beta0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("bl21812/summ_beta0")
    model = AutoModelForSeq2SeqLM.from_pretrained("bl21812/summ_beta0")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    35 Bytes
    Create README.md almost 3 years ago
  • config.json
    2.77 kB
    Upload 3 files almost 3 years ago
  • generation_config.json
    304 Bytes
    Upload 3 files almost 3 years ago
  • merges.txt
    456 kB
    tokenizer and full model files almost 3 years ago
  • pytorch_model.bin
    2.09 GB
    xet
    Upload 3 files almost 3 years ago
  • special_tokens_map.json
    239 Bytes
    tokenizer and full model files almost 3 years ago
  • tokenizer.json
    1.36 MB
    tokenizer and full model files almost 3 years ago
  • tokenizer_config.json
    337 Bytes
    tokenizer and full model files almost 3 years ago
  • vocab.json
    798 kB
    tokenizer and full model files almost 3 years ago