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

Satish678
/
t5-large_PREFIX_TUNING_case2step

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use Satish678/t5-large_PREFIX_TUNING_case2step with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Satish678/t5-large_PREFIX_TUNING_case2step with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("t5-large")
    model = PeftModel.from_pretrained(base_model, "Satish678/t5-large_PREFIX_TUNING_case2step")
  • Notebooks
  • Google Colab
  • Kaggle
t5-large_PREFIX_TUNING_case2step
3.93 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
25984c5 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    109 Bytes
    Librarian Bot: Add base_model information to model over 2 years ago
  • adapter_config.json
    370 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.93 MB
    xet
    Upload model almost 3 years ago