Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change URL to dl raw csv files
  • Loading branch information
raphaelpoumarede authored Apr 25, 2022
1 parent fd51cd5 commit 515d0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

```sh
mkdir -p /tmp/GPU-HO-Datasets
wget -O /tmp/GPU-HO-Datasets/reviews_test_100.csv https://github.com/raphaelpoumarede/testing-cas-gpu-processing/data/reviews_test_100.csv
wget -O /tmp/GPU-HO-Datasets/reviews_train_5000.csv https://github.com/raphaelpoumarede/testing-cas-gpu-processing/data/reviews_train_5000.csv
wget -O /tmp/GPU-HO-Datasets/reviews_test_100.csv https://raw.githubusercontent.com/raphaelpoumarede/testing-cas-gpu-processing/main/data/reviews_test_100.csv
wget -O /tmp/GPU-HO-Datasets/reviews_train_5000.csv https://raw.githubusercontent.com/raphaelpoumarede/testing-cas-gpu-processing/main/data/reviews_train_5000.csv
# Download the pre-trained word vectors dictionnary
wget -O /tmp/glove.6B.zip https://nlp.stanford.edu/data/glove.6B.zip
unzip /tmp/glove.6B.zip -d /tmp
Expand Down

0 comments on commit 515d0fd

Please sign in to comment.