Leonard Püttmann commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
This is my glorious attempt to understand the Mistral 7B model. Because the people from Mistral AI have open-sourced their model code, I tried to replicate a small version of the model. Like... really small. A whopping
|
| 2 |
|
| 3 |
The model was trained on a handful examples from the Cosmopedia dataset, which is an open-source version of the high quality textbook dataset in a similar style to the Phi dataset.
|
| 4 |
Check out my GitHub to see the code used: https://github.com/LeonardPuettmann/understanding-mistral
|
|
|
|
| 1 |
+
This is my glorious attempt to understand the Mistral 7B model. Because the people from Mistral AI have open-sourced their model code, I tried to replicate a small version of the model. Like... really small. A whopping eight million parameters. Needless to say, the model is useless for anything.
|
| 2 |
|
| 3 |
The model was trained on a handful examples from the Cosmopedia dataset, which is an open-source version of the high quality textbook dataset in a similar style to the Phi dataset.
|
| 4 |
Check out my GitHub to see the code used: https://github.com/LeonardPuettmann/understanding-mistral
|