From 9700a1349d3decd57ccaf59df7c6fb6a848ed85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 3 Apr 2022 15:31:56 +0200 Subject: [PATCH] r --- process_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_data.sh b/process_data.sh index d618df8..181bd1b 100755 --- a/process_data.sh +++ b/process_data.sh @@ -12,4 +12,4 @@ head -n $CUTOFF data_not_cutted.csv > data.csv sed -n '1,2500p' data.csv > data_test.csv sed -n '2501,5000p' data.csv > data_dev.csv tail -n +5001 data.csv > data_train.csv -rm data.csv real-or-fake-fake-jobposting-prediction.zip data_not_shuf.csv data_not_cutted.csv \ No newline at end of file +# rm data.csv real-or-fake-fake-jobposting-prediction.zip data_not_shuf.csv data_not_cutted.csv \ No newline at end of file