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

alphablyat
/
out1

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

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

  • Libraries
  • PEFT

    How to use alphablyat/out1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b")
    model = PeftModel.from_pretrained(base_model, "alphablyat/out1")
  • Notebooks
  • Google Colab
  • Kaggle
out1 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
alphablyat's picture
alphablyat
End of training
66b65a6 verified almost 2 years ago
  • Jul24_11-05-47_282cf3c5f5ca
    End of training almost 2 years ago