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

marijajolovic
/
starcoder-llm-7b-base

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

Instructions to use marijajolovic/starcoder-llm-7b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use marijajolovic/starcoder-llm-7b-base with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-7b")
    model = PeftModel.from_pretrained(base_model, "marijajolovic/starcoder-llm-7b-base")
  • Notebooks
  • Google Colab
  • Kaggle
starcoder-llm-7b-base / runs
55.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
marijajolovic's picture
marijajolovic
Training in progress, step 375
fb0779c verified about 1 year ago
  • Feb24_12-48-58_gpu3
    Training in progress, step 100 about 1 year ago
  • Feb24_13-24-40_gpu3
    Training in progress, step 100 about 1 year ago
  • Feb24_14-43-23_gpu3
    Training in progress, step 100 about 1 year ago
  • Feb26_18-33-53_gpu3
    Training in progress, step 2 about 1 year ago
  • Feb27_09-11-40_gpu3
    Training in progress, step 2 about 1 year ago
  • Mar05_15-16-14_gpu3
    Training in progress, step 2 about 1 year ago
  • Mar05_15-26-56_gpu3
    Training in progress, step 2 about 1 year ago
  • Mar05_15-34-33_gpu3
    Training in progress, step 375 about 1 year ago