Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,12 @@ base_model:
|
|
8 |
- google/gemma-2-2b-it
|
9 |
pipeline_tag: text-generation
|
10 |
library_name: mlx
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
## Model Summary
|
@@ -31,5 +37,5 @@ This model improves upon **gemma-2-2b-it** with additional instruction-following
|
|
31 |
- Running on consumer hardware
|
32 |
|
33 |
## Limitations
|
34 |
-
- Sometimes chain-of-thought reasoning is not triggered for more complex problems when it probably should be. You can nudge the model if needed by simply asking it to show its thoughts and it will generate
|
35 |
- With harder than average complex reasoning problems, the model can get stuck in long "thinking" thought loops without ever coming to a conclusive answer.
|
|
|
8 |
- google/gemma-2-2b-it
|
9 |
pipeline_tag: text-generation
|
10 |
library_name: mlx
|
11 |
+
tags:
|
12 |
+
- gguf
|
13 |
+
- reasoning
|
14 |
+
- chain-of-thought
|
15 |
+
- CoT
|
16 |
+
- Gemma
|
17 |
---
|
18 |
|
19 |
## Model Summary
|
|
|
37 |
- Running on consumer hardware
|
38 |
|
39 |
## Limitations
|
40 |
+
- Sometimes chain-of-thought reasoning is not triggered for more complex problems when it probably should be. You can nudge the model if needed by simply asking it to show its thoughts and it will generate think tags and begin reasoning.
|
41 |
- With harder than average complex reasoning problems, the model can get stuck in long "thinking" thought loops without ever coming to a conclusive answer.
|