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

lucianoon
/
t5-small-lora-tweetsumm

Summarization
PEFT
Safetensors
English
lora
t5
dialogue
customer-service
Model card Files Files and versions
xet
Community

Instructions to use lucianoon/t5-small-lora-tweetsumm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use lucianoon/t5-small-lora-tweetsumm with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google-t5/t5-small")
    model = PeftModel.from_pretrained(base_model, "lucianoon/t5-small-lora-tweetsumm")
  • Notebooks
  • Google Colab
  • Kaggle
t5-small-lora-tweetsumm
3.03 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lucianoon's picture
lucianoon
Add LoRA adapter (r=4, rsLoRA) trained on TweetSumm
abf3ccd verified 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 16 days ago
  • README.md
    1.77 kB
    Add LoRA adapter (r=4, rsLoRA) trained on TweetSumm 16 days ago
  • adapter_config.json
    1.05 kB
    Add LoRA adapter (r=4, rsLoRA) trained on TweetSumm 16 days ago
  • adapter_model.safetensors
    600 kB
    xet
    Add LoRA adapter (r=4, rsLoRA) trained on TweetSumm 16 days ago
  • tokenizer.json
    2.42 MB
    Add LoRA adapter (r=4, rsLoRA) trained on TweetSumm 16 days ago
  • tokenizer_config.json
    2.51 kB
    Add LoRA adapter (r=4, rsLoRA) trained on TweetSumm 16 days ago