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

Joemgu
/
mlong-t5-base-sumstew

Summarization
Transformers
PyTorch
Safetensors
longt5
text2text-generation
long
title generation
Model card Files Files and versions
xet
Community
10

Instructions to use Joemgu/mlong-t5-base-sumstew with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Joemgu/mlong-t5-base-sumstew 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="Joemgu/mlong-t5-base-sumstew")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Joemgu/mlong-t5-base-sumstew")
    model = AutoModelForSeq2SeqLM.from_pretrained("Joemgu/mlong-t5-base-sumstew")
  • Notebooks
  • Google Colab
  • Kaggle
mlong-t5-base-sumstew
11.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 38 commits
Joemgu's picture
Joemgu
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#10)
c405436 almost 3 years ago
  • last-checkpoint
    Training in progress, step 1200 almost 3 years ago
  • .gitattributes
    1.53 kB
    Training in progress, step 200 almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 10 almost 3 years ago
  • README.md
    546 Bytes
    Update README.md almost 3 years ago
  • config.json
    1.25 kB
    Training in progress, step 200 almost 3 years ago
  • model.safetensors
    2.37 GB
    xet
    Adding `safetensors` variant of this model (#10) almost 3 years ago
  • pytorch_model.bin
    2.37 GB
    xet
    Training in progress, step 1200 almost 3 years ago
  • special_tokens_map.json
    74 Bytes
    Training in progress, step 10 almost 3 years ago
  • spiece.model
    4.56 MB
    xet
    Training in progress, step 10 almost 3 years ago
  • tokenizer.json
    16.8 MB
    xet
    Training in progress, step 200 almost 3 years ago
  • tokenizer_config.json
    285 Bytes
    Training in progress, step 10 almost 3 years ago
  • training_args.bin
    4.09 kB
    xet
    Training in progress, step 400 almost 3 years ago