Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SnowflakeCore-G1-Tiny
|
2 |
|
3 |
A custom GPT-style transformer language model built from scratch using PyTorch, trained on the Mixture-of-Thoughts dataset for enhanced reasoning capabilities.
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: ncsam
|
4 |
+
license_link: https://github.com/FlameF0X/NCSAM
|
5 |
+
datasets:
|
6 |
+
- FlameF0X/Mixture-of-Thoughts-2048T
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
library_name: transformers
|
10 |
+
---
|
11 |
+
|
12 |
# SnowflakeCore-G1-Tiny
|
13 |
|
14 |
A custom GPT-style transformer language model built from scratch using PyTorch, trained on the Mixture-of-Thoughts dataset for enhanced reasoning capabilities.
|