Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Warkawik
/
code_example

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

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

  • Libraries
  • PEFT

    How to use Warkawik/code_example with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b")
    model = PeftModel.from_pretrained(base_model, "Warkawik/code_example")
  • Notebooks
  • Google Colab
  • Kaggle
code_example / runs
29.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Warkawik's picture
Warkawik
Training in progress, step 2000
61d39c2 verified about 2 years ago
  • Feb25_06-29-32_351a236dd05a
    Training in progress, step 100 about 2 years ago
  • Feb25_07-13-02_90f97ea4cb89
    Training in progress, step 2000 about 2 years ago