Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ Linear_Tiny_87M is a linear model that has been trained on a subset of redpajama
|
|
17 |
|
18 |
Just download the checkpoint and afterwards run the following code snippet:
|
19 |
|
20 |
-
|
21 |
cd scripts
|
22 |
|
23 |
python generate.py \
|
@@ -26,4 +26,4 @@ python generate.py \
|
|
26 |
--positional-embedding-type head_rotary \
|
27 |
--input-text "Machine Learning is a"
|
28 |
|
29 |
-
|
|
|
17 |
|
18 |
Just download the checkpoint and afterwards run the following code snippet:
|
19 |
|
20 |
+
```python
|
21 |
cd scripts
|
22 |
|
23 |
python generate.py \
|
|
|
26 |
--positional-embedding-type head_rotary \
|
27 |
--input-text "Machine Learning is a"
|
28 |
|
29 |
+
```
|