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

TheBlueObserver
/
outputs

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

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

  • Libraries
  • PEFT

    How to use TheBlueObserver/outputs with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-7b1")
    model = PeftModel.from_pretrained(base_model, "TheBlueObserver/outputs")
  • Notebooks
  • Google Colab
  • Kaggle
outputs / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
TheBlueObserver's picture
TheBlueObserver
End of training
9f6ab15 over 2 years ago
  • Dec31_08-46-27_6fdad89039a6
    End of training over 2 years ago
  • Dec31_08-57-39_6fdad89039a6
    End of training over 2 years ago
  • Dec31_09-02-08_6fdad89039a6
    End of training over 2 years ago
  • Dec31_09-02-16_6fdad89039a6
    End of training over 2 years ago