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

amarsaikhan
/
spark-code-C-light-3b

Text Generation
PEFT
Safetensors
English
code-generation
grpo
lora
qlora
spark
co-evolution
python
conversational
Model card Files Files and versions
xet
Community

Instructions to use amarsaikhan/spark-code-C-light-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use amarsaikhan/spark-code-C-light-3b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "amarsaikhan/spark-code-C-light-3b")
  • Notebooks
  • Google Colab
  • Kaggle
spark-code-C-light-3b
131 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
amarsaikhan's picture
amarsaikhan
Update model card
a496acb verified 3 days ago
  • .gitattributes
    1.57 kB
    Initial capstone artifact upload 3 days ago
  • README.md
    9.07 kB
    Update model card 3 days ago
  • adapter_config.json
    1.11 kB
    Initial capstone artifact upload 3 days ago
  • adapter_model.safetensors
    120 MB
    xet
    Initial capstone artifact upload 3 days ago
  • chat_template.jinja
    2.51 kB
    Initial capstone artifact upload 3 days ago
  • metrics.json
    3.82 kB
    Initial capstone artifact upload 3 days ago
  • tokenizer.json
    11.4 MB
    xet
    Initial capstone artifact upload 3 days ago
  • tokenizer_config.json
    664 Bytes
    Initial capstone artifact upload 3 days ago