Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,17 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
pipeline_tag: text-generation
|
|
|
5 |
---
|
6 |
|
7 |
# Tiny LLM
|
8 |
|
9 |
A tiny LLM trained using pytorch. No GPU is required.
|
10 |
|
11 |
-
The training data is generated by other LLMs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
pipeline_tag: text-generation
|
5 |
+
license: mit
|
6 |
---
|
7 |
|
8 |
# Tiny LLM
|
9 |
|
10 |
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
|