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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Venkatesh4342
/
starcoder-1B-code2instruction

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

Instructions to use Venkatesh4342/starcoder-1B-code2instruction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Venkatesh4342/starcoder-1B-code2instruction with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b")
    model = PeftModel.from_pretrained(base_model, "Venkatesh4342/starcoder-1B-code2instruction")
  • Notebooks
  • Google Colab
  • Kaggle
starcoder-1B-code2instruction
3.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Venkatesh4342's picture
Venkatesh4342
Upload tokenizer
03fb4b8 verified over 2 years ago
  • runs
    Training in progress, epoch 0 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.24 kB
    End of training over 2 years ago
  • adapter_config.json
    674 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    48 Bytes
    xet
    Upload model over 2 years ago
  • merges.txt
    442 kB
    Training in progress, epoch 0 over 2 years ago
  • special_tokens_map.json
    874 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    2.06 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    4.08 kB
    Upload tokenizer over 2 years ago
  • training_args.bin
    4.98 kB
    xet
    Training in progress, epoch 0 over 2 years ago
  • vocab.json
    777 kB
    Training in progress, epoch 0 over 2 years ago