Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceFW/fineweb-edu
|
| 5 |
+
- sahil2801/CodeAlpaca-20k
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- small
|
| 10 |
+
- cpu
|
| 11 |
+
- fast
|
| 12 |
+
- opensource
|
| 13 |
+
- open
|
| 14 |
+
- free
|
| 15 |
+
- code
|
| 16 |
+
base_model:
|
| 17 |
+
- LH-Tech-AI/Apex-1.5-Instruct-350M
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# THIS IS OUR BEST MODEL - in March 2026!
|
| 21 |
+
|
| 22 |
+
**Apex 1.5 Coder: Improved reasoning, logic and code. Fixed coding bugs on Apex 1.5 Instruct by finetuning Apex 1.5 Instruct with CodeAlpaca!**
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
# How to train it
|
| 26 |
+
You can train it, using the **finetuned model** LH-Tech-AI/Apex-1.5-Instruct-350M.
|
| 27 |
+
Then, use the prepare-script and the finetuning script in the files list of this HF model.
|
| 28 |
+
|
| 29 |
+
# How to use it
|
| 30 |
+
You can directly download the final model as ONNX format - so it runs without the need to install a huge Python environment with PyTorch, CUDA, etc... - as INT8 and in full precision.
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
Have fun! :D
|