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

Ruthvik2835
/
starcoder1b-finetune

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

Instructions to use Ruthvik2835/starcoder1b-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Ruthvik2835/starcoder1b-finetune with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b")
    model = PeftModel.from_pretrained(base_model, "Ruthvik2835/starcoder1b-finetune")
  • Notebooks
  • Google Colab
  • Kaggle
starcoder1b-finetune / runs
13.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Ruthvik2835's picture
Ruthvik2835
Initial model upload
6ea23d0 verified 12 months ago
  • Jun05_11-58-41_def8fd060217
    Initial model upload 12 months ago
  • Jun05_12-01-13_def8fd060217
    Initial model upload 12 months ago