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

  • Log In
  • Sign Up

Abel252
/
BriskFO_Coderv1

PEFT
Safetensors
PyTorch
English
lora
code-generation
deepseek-coder
fine-tuned
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Abel252/BriskFO_Coderv1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-instruct")
    model = PeftModel.from_pretrained(base_model, "Abel252/BriskFO_Coderv1")
  • Notebooks
  • Google Colab
  • Kaggle
BriskFO_Coderv1
62.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Abel252's picture
Abel252
Upload PEFT/LoRA adapter (300 steps fine-tuned)
1237a4b verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.53 kB
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago
  • adapter_config.json
    952 Bytes
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago
  • adapter_model.safetensors
    60 MB
    xet
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago
  • chat_template.jinja
    1.04 kB
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago
  • special_tokens_map.json
    462 Bytes
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago
  • tokenizer.json
    2.29 MB
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago
  • tokenizer_config.json
    4.3 kB
    Upload PEFT/LoRA adapter (300 steps fine-tuned) 5 months ago