Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,13 @@ language:
|
|
18 |
|
19 |
MicroThinker-1B-Preview, a new model fine-tuned from the [huihui-ai/Llama-3.2-1B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-1B-Instruct-abliterated) model, focused on advancing AI reasoning capabilities.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Training Details
|
22 |
|
23 |
This is just a test, but the performance is quite good.
|
|
|
18 |
|
19 |
MicroThinker-1B-Preview, a new model fine-tuned from the [huihui-ai/Llama-3.2-1B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-1B-Instruct-abliterated) model, focused on advancing AI reasoning capabilities.
|
20 |
|
21 |
+
## Use with ollama
|
22 |
+
|
23 |
+
You can use [huihui_ai/microthinker](https://ollama.com/huihui_ai/microthinker) directly
|
24 |
+
```
|
25 |
+
ollama run huihui_ai/microthinker-abliterated
|
26 |
+
|
27 |
+
|
28 |
## Training Details
|
29 |
|
30 |
This is just a test, but the performance is quite good.
|