File size: 1,307 Bytes
d3522c9
6803a4f
 
 
 
 
 
a8cfdd5
6803a4f
a8cfdd5
 
 
 
 
0134237
 
6803a4f
68706fc
71c7ed3
6803a4f
 
a8cfdd5
68706fc
6803a4f
a8cfdd5
6803a4f
0134237
71c7ed3
 
540257a
0134237
 
 
 
 
 
 
 
 
 
 
 
 
 
6803a4f
a8cfdd5
 
 
 
 
0134237
 
6803a4f
0134237
6803a4f
0134237
6803a4f
0134237
6803a4f
0134237
 
 
 
 
 
d3522c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
language:
- en
tags:
- text-generation
- causal-lm
- fine-tuned
- gguf
- code
- python
- glsl
- javascript
- sql
- bash
- reasoning
- vision
- experimental
license: apache-2.0
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
pipeline_tag: text-generation
library_name: transformers
model_creator: louhless
---

# Ycoder-small

`Ycoder-small` is a tiny experimental code-focused language model created by **louhless** and fine-tuned for short programming prompts, lightweight problem solving, simple chat, and optional thinking-style output.

Join Discord: https://discord.gg/Dq4MWuJm

## Model Details

- **Model name:** `Ycoder-small`
- **Creator:** `louhless`
- **Base model:** `HuggingFaceTB/SmolLM2-135M-Instruct`
- **Architecture:** Llama-style causal language model
- **Context length:** 8192
- **Language:** English, with small German greeting support
- **Export:** GGUF available
- **Status:** experimental

## Focus

The model is mainly tuned for:

- Python
- GLSL
- JavaScript
- SQL
- Bash
- simple math
- short normal assistant replies

## LM Studio Thinking Toggle

The GGUF metadata includes a chat template with an `enable_thinking` variable.

When `enable_thinking` is enabled, the model is prompted to use:

```text
<think>
short reasoning summary
</think>
<answer>
final answer
</answer>