Following packages are neccesary 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 ```