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

flysaurus
/
flan-t5-base-samsum

Summarization
Transformers
TensorBoard
Safetensors
English
t5
text2text-generation
Generated from Trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use flysaurus/flan-t5-base-samsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flysaurus/flan-t5-base-samsum 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="flysaurus/flan-t5-base-samsum")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("flysaurus/flan-t5-base-samsum")
    model = AutoModelForSeq2SeqLM.from_pretrained("flysaurus/flan-t5-base-samsum", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-base-samsum / logs
33.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
flysaurus's picture
flysaurus
End of training
7354add verified over 2 years ago
  • events.out.tfevents.1704831617.RohanPC.30380.0
    5.39 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1704832431.RohanPC.7052.0
    5.39 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1704836595.RohanPC.8312.0
    5.39 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1704838745.RohanPC.13872.0
    5.54 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1704856698.RohanPC.4416.0
    11.2 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1704991491.RohanPC.4416.1
    613 Bytes
    xet
    End of training over 2 years ago