File size: 570 Bytes
355ff64
 
 
 
 
 
f432ec0
355ff64
 
f432ec0
 
355ff64
8e61796
36409b9
ea7704e
36409b9
ea7704e
 
 
 
 
 
 
 
6d81549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
language:
- en
tags:
- finance
pretty_name: review_me
size_categories:
- 1M<n<10M
task_categories:
- text-generation
---
Following packages are necessary to compile the model in C:

```bash
sudo apt install gcc-7
```
```bash
sudo apt-get install build-essential
```

```python
for i in range(1,21):
  !wget https://huggingface.co/datasets/teragron/reviews/resolve/main/chunk_{i}.bin
```

```bash
git clone https://github.com/karpathy/llama2.c.git
```

```bash
cd llama2.c
```
```bash
pip install -r requirements.txt
```


Path: data/TinyStories_all_data