Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wikitext
|
5 |
---
|
6 |
+
|
7 |
+
The main stuff is stored in branches: BakaLLM is intented to be my pet project with series of gradual improvements.
|
8 |
+
Basically one improvement per branch, from 001_pristine(simplest version) to ⑨⑨⑨_humanity_is_conquered.
|
9 |
+
|
10 |
+
HF repo contains code and weights. Github code only.
|
11 |
+
|
12 |
+
Code will not work AS IS, tinkering requirements. For one, I didn't place weight in weights dir(I wanted to zstd them first, but forgot)
|
13 |
+
For two, bench (benchmark script to test against other models) is very opinionaned where models are stored.
|