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

espiusedwards
/
flant5-large-lora

PEFT
Model card Files Files and versions
xet
Community
18

Instructions to use espiusedwards/flant5-large-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use espiusedwards/flant5-large-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large")
    model = PeftModel.from_pretrained(base_model, "espiusedwards/flant5-large-lora")
  • Notebooks
  • Google Colab
  • Kaggle
flant5-large-lora
28.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
espiusedwards's picture
espiusedwards
fix prompt, r = 24, 5 epoch (#17)
6aa5025 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    fix prompt, r = 24, 5 epoch (#17) over 2 years ago
  • adapter_config.json
    436 Bytes
    fix prompt, r = 24, 5 epoch (#17) over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    28.4 MB
    xet
    fix prompt, r = 24, 5 epoch (#17) over 2 years ago