Update README.md
Browse files
README.md
CHANGED
|
@@ -5,16 +5,21 @@ tags:
|
|
| 5 |
- transformers
|
| 6 |
- unsloth
|
| 7 |
- gemma2
|
|
|
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
- **Developed by:** Arigadam
|
| 16 |
- **License:** apache-2.0
|
| 17 |
- **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 20 |
|
|
|
|
| 5 |
- transformers
|
| 6 |
- unsloth
|
| 7 |
- gemma2
|
| 8 |
+
datasets:
|
| 9 |
+
- roneneldan/TinyStories
|
| 10 |
license: apache-2.0
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Model for generating tniy stories!
|
| 16 |
|
| 17 |
- **Developed by:** Arigadam
|
| 18 |
- **License:** apache-2.0
|
| 19 |
- **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
|
| 20 |
+
- **Dataset:** roneneldan/TinyStories
|
| 21 |
+
|
| 22 |
+
Use this model in the same way as gemma-2-2b.
|
| 23 |
|
| 24 |
This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 25 |
|