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

ashercn97
/
awesome-prompts-upload

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

Instructions to use ashercn97/awesome-prompts-upload with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ashercn97/awesome-prompts-upload with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b")
    model = PeftModel.from_pretrained(base_model, "ashercn97/awesome-prompts-upload")
  • Notebooks
  • Google Colab
  • Kaggle
awesome-prompts-upload
51 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
ashercn97's picture
ashercn97
Update README.md
c550d26 about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 about 3 years ago
  • README.md
    848 Bytes
    Update README.md about 3 years ago
  • adapter_config.json
    526 Bytes
    Rename config.json to adapter_config.json about 3 years ago
  • adapter_model.bin
    51 MB
    xet
    Training in progress, epoch 2 about 3 years ago
  • training_args.bin
    4.03 kB
    xet
    Training in progress, epoch 0 about 3 years ago