Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🧠 OlympicCoder 7B Q6
|
2 |
+
|
3 |
+
Optimized and quantized version of OlympicCoder 7B designed for algorithmic reasoning, coding challenges, and symbolic inference.
|
4 |
+
|
5 |
+
---
|
6 |
+
|
7 |
+
## 🧩 Model Details
|
8 |
+
|
9 |
+
- **Model Name**: OlympicCoder 7B Q6
|
10 |
+
- **Quantization**: Q6_K
|
11 |
+
- **Format**: GGUF
|
12 |
+
- **Size**: 6.25 GB
|
13 |
+
- **Architecture**: LLaMA-style 7B
|
14 |
+
- **Compatibility**: `llama.cpp`, `KoboldCpp`, `LM Studio`, `text-generation-webui`
|
15 |
+
|
16 |
+
---
|
17 |
+
|
18 |
+
## 🔧 Recommended Use
|
19 |
+
|
20 |
+
- 🧮 LeetCode / CodeForces-style problem solving
|
21 |
+
- 💻 Competitive programming and algorithmic reasoning
|
22 |
+
- 🛠️ General-purpose code generation
|
23 |
+
|
24 |
+
---
|
25 |
+
|
26 |
+
## 🚀 How to Use (with `llama.cpp`)
|
27 |
+
|
28 |
+
```bash
|
29 |
+
./main -m open-r1_OlympicCoder-7B-Q6_K.gguf -p "Write a Python function to solve the 2-sum problem."
|