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

amanmoon
/
leetcode_finetuned_Qwen2.5-Coder-0.5B-bnb-4bit

Question Answering
Transformers
TensorBoard
Safetensors
English
code
python
cpp
qwen
leetcode
sft
unsloth
fine-tuned
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use amanmoon/leetcode_finetuned_Qwen2.5-Coder-0.5B-bnb-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use amanmoon/leetcode_finetuned_Qwen2.5-Coder-0.5B-bnb-4bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="amanmoon/leetcode_finetuned_Qwen2.5-Coder-0.5B-bnb-4bit")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("amanmoon/leetcode_finetuned_Qwen2.5-Coder-0.5B-bnb-4bit", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
leetcode_finetuned_Qwen2.5-Coder-0.5B-bnb-4bit
3.07 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
amanmoon's picture
amanmoon
Create README.md
19260f5 verified 7 months ago
  • models
    Upload 47 files 7 months ago
  • .gitattributes
    1.8 kB
    Upload 47 files 7 months ago
  • README.md
    1.8 kB
    Create README.md 7 months ago
  • eval.py
    2.75 kB
    Upload 47 files 7 months ago
  • grpo_trainer.py
    4.06 kB
    Upload 47 files 7 months ago
  • requirements.txt
    1.88 kB
    Upload 47 files 7 months ago
  • sft_train.py
    2.16 kB
    Upload 47 files 7 months ago