Skip to content

Commit fa4bb90

Browse files
authored
chore(model gallery): add knoveleng_open-rs3 (#5054)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 8ff7b15 commit fa4bb90

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

gallery/index.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7498,6 +7498,28 @@
74987498
- filename: TheDrummer_Fallen-Llama-3.3-R1-70B-v1-Q4_K_M.gguf
74997499
sha256: 889455f0c747f2c444818c68169384d3da4830156d2a19906d7d6adf48b243df
75007500
uri: huggingface://bartowski/TheDrummer_Fallen-Llama-3.3-R1-70B-v1-GGUF/TheDrummer_Fallen-Llama-3.3-R1-70B-v1-Q4_K_M.gguf
7501+
- !!merge <<: *deepseek-r1
7502+
name: "knoveleng_open-rs3"
7503+
urls:
7504+
- https://huggingface.co/knoveleng/Open-RS3
7505+
- https://huggingface.co/bartowski/knoveleng_Open-RS3-GGUF
7506+
description: |
7507+
This repository hosts model for the Open RS project, accompanying the paper Reinforcement Learning for Reasoning in Small LLMs: What Works and What Doesn’t. The project explores enhancing reasoning capabilities in small large language models (LLMs) using reinforcement learning (RL) under resource-constrained conditions.
7508+
7509+
We focus on a 1.5-billion-parameter model, DeepSeek-R1-Distill-Qwen-1.5B, trained on 4 NVIDIA A40 GPUs (48 GB VRAM each) within 24 hours. By adapting the Group Relative Policy Optimization (GRPO) algorithm and leveraging a curated, compact mathematical reasoning dataset, we conducted three experiments to assess performance and behavior. Key findings include:
7510+
7511+
Significant reasoning improvements, e.g., AMC23 accuracy rising from 63% to 80% and AIME24 reaching 46.7%, outperforming o1-preview.
7512+
Efficient training with just 7,000 samples at a cost of $42, compared to thousands of dollars for baseline models.
7513+
Challenges like optimization instability and length constraints with extended training.
7514+
7515+
These results showcase RL-based fine-tuning as a cost-effective approach for small LLMs, making reasoning capabilities accessible in resource-limited settings. We open-source our code, models, and datasets to support further research.
7516+
overrides:
7517+
parameters:
7518+
model: knoveleng_Open-RS3-Q4_K_M.gguf
7519+
files:
7520+
- filename: knoveleng_Open-RS3-Q4_K_M.gguf
7521+
sha256: 599ab49d78949e62e37c5e37b0c313626d066ca614020b9b17c2b5bbcf18ea7f
7522+
uri: huggingface://bartowski/knoveleng_Open-RS3-GGUF/knoveleng_Open-RS3-Q4_K_M.gguf
75017523
- &qwen2
75027524
url: "github:mudler/LocalAI/gallery/chatml.yaml@master" ## Start QWEN2
75037525
name: "qwen2-7b-instruct"

0 commit comments

Comments
 (0)