From 0920f529a1159386e8afb4c9bb9bf77bdf6ae780 Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Sun, 24 Apr 2022 21:53:16 +0200 Subject: [PATCH] Remove screen enable --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ba28409..b433f8f 100644 --- a/install.sh +++ b/install.sh @@ -11,5 +11,4 @@ python -m spacy download pl_core_news_lg mkdir data && cd data wget https://minio.clarin-pl.eu/ermlab/public/PoLitBert/corpus-oscar/corpus_oscar_2020-04-10_64M_lines.zip unzip -p corpus_oscar_2020-04-10_64M_lines.zip | sed -r '/^\s*$/d' | gawk 'NF>6' > oscar_filtered.txt -split -l 1000000 --numeric-suffixes=1 --suffix-length=1 --additional-suffix=".txt" oscar_filtered.txt "" -screen -S generate_synt_data \ No newline at end of file +split -l 1000000 --numeric-suffixes=1 --suffix-length=1 --additional-suffix=".txt" oscar_filtered.txt "" \ No newline at end of file