Syed-Hasan-8503 commited on
Commit
dd4cfdb
·
verified ·
1 Parent(s): b105c4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
+ ```