From 20ca40085184edf0296c5bcab756dce474550fdc Mon Sep 17 00:00:00 2001 From: HessTaha Date: Sun, 31 May 2020 15:41:32 +0200 Subject: [PATCH] add run training command --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be0889d..5f78cc0 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# Sentiment-Analysis \ No newline at end of file +# Sentiment-Analysis + +### run training + +'''shell +python .\main.py --data_path='../Data/IMDB Dataset.csv' --texts_col='review' --labels_col='sentiment' --n_classes=2 --batch_size=16 --batch_size_eval=64 --n_epochs=2 --cuda=1 + +''' \ No newline at end of file