From a865e5781fccf7cbbb92330a6a583827a5eadda6 Mon Sep 17 00:00:00 2001 From: alesad7 Date: Sun, 3 Apr 2022 22:25:39 +0200 Subject: [PATCH] 434780 --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index 1d18d04..d8f7cab 100644 --- a/run.py +++ b/run.py @@ -11,7 +11,7 @@ train_set = pd.read_csv( on_bad_lines='skip', header=None, uoting=csv.QUOTE_NONE, - nrows=20000) + nrows=50000) train_labels = pd.read_csv( @@ -20,7 +20,7 @@ train_labels = pd.read_csv( on_bad_lines='skip', header=None, quoting=csv.QUOTE_NONE, - nrows=20000) + nrows=50000) def data_preprocessing(text):