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

CoderDoge
/
synthfix-starcoder2-7b-pyrepair

Text Generation
PEFT
Safetensors
code
program-repair
vulnerability-repair
lora
synthfix
router
pyrepair
Model card Files Files and versions
xet
Community

Instructions to use CoderDoge/synthfix-starcoder2-7b-pyrepair with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CoderDoge/synthfix-starcoder2-7b-pyrepair with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-7b")
    model = PeftModel.from_pretrained(base_model, "CoderDoge/synthfix-starcoder2-7b-pyrepair")
  • Notebooks
  • Google Colab
  • Kaggle
synthfix-starcoder2-7b-pyrepair
34.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CoderDoge's picture
CoderDoge
Upload SynthFix adapter and router
a5f50c6 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    2.02 kB
    Upload SynthFix adapter and router 1 day ago
  • adapter_config.json
    675 Bytes
    Upload SynthFix adapter and router 1 day ago
  • adapter_model.safetensors
    29.4 MB
    xet
    Upload SynthFix adapter and router 1 day ago
  • merges.txt
    442 kB
    Upload SynthFix adapter and router 1 day ago
  • router.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    20.5 kB
    xet
    Upload SynthFix adapter and router 1 day ago
  • special_tokens_map.json
    1.33 kB
    Upload SynthFix adapter and router 1 day ago
  • tokenizer.json
    3.48 MB
    Upload SynthFix adapter and router 1 day ago
  • tokenizer_config.json
    7.91 kB
    Upload SynthFix adapter and router 1 day ago
  • vocab.json
    777 kB
    Upload SynthFix adapter and router 1 day ago