Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,18 @@ sudo apt-get install build-essential
|
|
| 10 |
```python
|
| 11 |
for i in range(1,21):
|
| 12 |
!wget https://huggingface.co/datasets/teragron/reviews/resolve/main/chunk_{i}.bin
|
| 13 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
```python
|
| 11 |
for i in range(1,21):
|
| 12 |
!wget https://huggingface.co/datasets/teragron/reviews/resolve/main/chunk_{i}.bin
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
```bash
|
| 16 |
+
git clone https://github.com/karpathy/llama2.c.git
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
```bash
|
| 20 |
+
cd llama2.c
|
| 21 |
+
```
|
| 22 |
+
```bash
|
| 23 |
+
pip install -r requirements.txt
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
Path: data/TinyStories_all_data
|