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

emonty777
/
QLoRA-Flan-T5-Small

PEFT
PyTorch
TensorBoard
Generated from Trainer
t5
flan
small
QLoRA
cnn_dailymail
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use emonty777/QLoRA-Flan-T5-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use emonty777/QLoRA-Flan-T5-Small 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, "emonty777/QLoRA-Flan-T5-Small")
  • Notebooks
  • Google Colab
  • Kaggle
QLoRA-Flan-T5-Small
143 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
emonty777's picture
emonty777
Update README.md
17f1839 almost 3 years ago
  • logs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    End of training almost 3 years ago
  • README.md
    2.96 kB
    Update README.md almost 3 years ago
  • adapter_config.json
    355 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin
    2.79 MB
    xet
    Upload model almost 3 years ago
  • pytorch_model.bin
    138 MB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    2.2 kB
    End of training almost 3 years ago
  • tokenizer.json
    2.42 MB
    End of training almost 3 years ago
  • tokenizer_config.json
    2.5 kB
    End of training almost 3 years ago
  • training_args.bin
    3.64 kB
    xet
    End of training almost 3 years ago