Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,22 @@ A tiny LLM trained using pytorch. No GPU is required.
|
|
11 |
|
12 |
The training data is generated by other LLMs.
|
13 |
|
|
|
|
|
14 |
# How to use
|
15 |
|
16 |
1. Clone this repository
|
17 |
2. Run command `python run.py`
|
18 |
-
3. Enjoy our LLM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
The training data is generated by other LLMs.
|
13 |
|
14 |
+
Our aim is that to make sure everyone can train their own LLMs, without any limitations like GPU.
|
15 |
+
|
16 |
# How to use
|
17 |
|
18 |
1. Clone this repository
|
19 |
2. Run command `python run.py`
|
20 |
+
3. Enjoy our LLM
|
21 |
+
|
22 |
+
# Screenshots
|
23 |
+
|
24 |
+
## Train
|
25 |
+
|
26 |
+

|
27 |
+
|
28 |
+
* This was made on CPU-only platform. We only have 1 CPU (Intel Core Ultra 7 155H, 1.4GHz, Mobile).
|
29 |
+
|
30 |
+
## Run
|
31 |
+
|
32 |
+

|