xcx0902 commited on
Commit
7d44736
·
verified ·
1 Parent(s): ab33b86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
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
+ ![](https://huggingface.co/xcx0902/tiny_llm/resolve/main/screenshots/train.png)
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
+ ![](https://huggingface.co/xcx0902/tiny_llm/resolve/main/screenshots/run.png)