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

ejunlee
/
Finetune_LoRA_Bloom_7b1

PEFT
TensorBoard
Safetensors
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ejunlee/Finetune_LoRA_Bloom_7b1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ejunlee/Finetune_LoRA_Bloom_7b1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloomz-7b1")
    model = PeftModel.from_pretrained(base_model, "ejunlee/Finetune_LoRA_Bloom_7b1")
  • Notebooks
  • Google Colab
  • Kaggle
Finetune_LoRA_Bloom_7b1 / runs
46.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ejunlee's picture
ejunlee
Training in progress, epoch 1
024e4fa over 2 years ago
  • Nov19_20-22-54_2fe3f7abd5e6
    Training in progress, epoch 1 over 2 years ago
  • Nov21_15-54-32_9fbaefc58287
    Training in progress, epoch 1 over 2 years ago
  • Nov25_17-53-29_4bc870bc7920
    Training in progress, epoch 1 over 2 years ago
  • Nov30_03-37-10_203b266525f5
    Training in progress, epoch 1 over 2 years ago