Skip to content

Commit 4e0497f

Browse files
authored
chore(model gallery): add pictor-1338-qwenp-1.5b (#5208)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent ba88c9f commit 4e0497f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

gallery/index.yaml

+32
Original file line numberDiff line numberDiff line change
@@ -6071,6 +6071,38 @@
60716071
- filename: Qwen2.5-14B-Instruct-1M-Q4_K_M.gguf
60726072
sha256: a1a0fa3e2c3f9d63f9202af9172cffbc0b519801dff740fffd39f6a063a731ef
60736073
uri: huggingface://bartowski/Qwen2.5-14B-Instruct-1M-GGUF/Qwen2.5-14B-Instruct-1M-Q4_K_M.gguf
6074+
- !!merge <<: *qwen25
6075+
name: "pictor-1338-qwenp-1.5b"
6076+
icon: https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/X7zeHYbH5Y5JoRK_ud_Ya.png
6077+
urls:
6078+
- https://huggingface.co/prithivMLmods/Pictor-1338-QwenP-1.5B
6079+
- https://huggingface.co/adriey/Pictor-1338-QwenP-1.5B-Q8_0-GGUF
6080+
description: |
6081+
Pictor-1338-QwenP-1.5B is a code reasoning LLM fine-tuned from Qwen-1.5B using distributed reinforcement learning (RL). This model is designed to enhance coding proficiency, debugging accuracy, and step-by-step reasoning in software development tasks across multiple programming languages.
6082+
6083+
Key Features
6084+
6085+
Code Reasoning & Explanation
6086+
Trained to analyze, generate, and explain code with a focus on logic, structure, and clarity. Supports functional, object-oriented, and procedural paradigms.
6087+
6088+
Reinforcement Learning Fine-Tuning
6089+
Enhanced using distributed RL, improving reward-aligned behavior in tasks like fixing bugs, completing functions, and understanding abstract instructions.
6090+
6091+
Multi-Language Support
6092+
Works fluently with Python, JavaScript, C++, and Shell, among others—ideal for general-purpose programming, scripting, and algorithmic tasks.
6093+
6094+
Compact and Efficient
6095+
At just 1.5B parameters, it's lightweight enough for edge deployments and developer tools with strong reasoning capability.
6096+
6097+
Debugging and Auto-Fix Capabilities
6098+
Built to identify bugs, recommend corrections, and provide context-aware explanations of issues in codebases.
6099+
overrides:
6100+
parameters:
6101+
model: pictor-1338-qwenp-1.5b-q8_0.gguf
6102+
files:
6103+
- filename: pictor-1338-qwenp-1.5b-q8_0.gguf
6104+
sha256: 22d2f5b2322d9a354d8578475a6924c2173a913a1e2fa0ec2655f2f5937f6f26
6105+
uri: huggingface://adriey/Pictor-1338-QwenP-1.5B-Q8_0-GGUF/pictor-1338-qwenp-1.5b-q8_0.gguf
60746106
- &llama31
60756107
url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master" ## LLama3.1
60766108
icon: https://avatars.githubusercontent.com/u/153379578

0 commit comments

Comments
 (0)