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

gnokit
/
flan-t5-small-summary-peft

Text Generation
PEFT
Safetensors
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use gnokit/flan-t5-small-summary-peft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use gnokit/flan-t5-small-summary-peft with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-small")
    model = PeftModel.from_pretrained(base_model, "gnokit/flan-t5-small-summary-peft")
  • Notebooks
  • Google Colab
  • Kaggle
flan-t5-small-summary-peft
7.97 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
gnokit's picture
gnokit
Update README.md
6e971cf verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.47 kB
    Update README.md over 1 year ago
  • adapter_config.json
    741 Bytes
    Upload model over 1 year ago
  • adapter_model.safetensors
    5.52 MB
    xet
    Upload model over 1 year ago
  • special_tokens_map.json
    2.67 kB
    Upload tokenizer over 1 year ago
  • tokenizer.json
    2.42 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    21.8 kB
    Upload tokenizer over 1 year ago