Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-generation-inference
|
| 5 |
- transformers
|
| 6 |
- unsloth
|
| 7 |
- gemma3
|
| 8 |
-
|
|
|
|
| 9 |
language:
|
| 10 |
- en
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
-
|
| 15 |
- **Developed by:** TitleOS
|
| 16 |
-
- **License:**
|
| 17 |
-
- **Finetuned from model :** unsloth/gemma-
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- unsloth/gemma-3-27b-it-unsloth-bnb-4bit
|
| 4 |
tags:
|
| 5 |
- text-generation-inference
|
| 6 |
- transformers
|
| 7 |
- unsloth
|
| 8 |
- gemma3
|
| 9 |
+
- CoT
|
| 10 |
+
license: mpl-2.0
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
+
datasets:
|
| 14 |
+
- Jackrong/Natural-Reasoning-gpt-oss-120B-S1
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# HomeGem4Bn
|
|
|
|
| 18 |
- **Developed by:** TitleOS
|
| 19 |
+
- **License:** mpl-2.0
|
| 20 |
+
- **Finetuned from model :** unsloth/gemma-3n-e4b-it-unsloth-bnb-4bit
|
| 21 |
|
| 22 |
+
### MindGem 27B is a finetuned QLoRA adapter for google/gemma-3-27b-it, designed to imbue chain of thought and an internal monologue to Gemma 3 27B. Finetuning was performed on an A100 SXM4, using the Jackrong/Natural-Reasoning-gpt-oss-120B-S1 dataset.
|
| 23 |
|
| 24 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|