From 515d0fd8f0e7632248c1234839e91e1df7fcdc93 Mon Sep 17 00:00:00 2001 From: raphaelpoumarede <33486843+raphaelpoumarede@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:53:13 +0200 Subject: [PATCH] Update README.md change URL to dl raw csv files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e26f59..b384694 100644 --- a/README.md +++ b/README.md @@ -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