Skip to content

Commit

Permalink
add run training command
Browse files Browse the repository at this point in the history
  • Loading branch information
HessTaha committed May 31, 2020
1 parent c7eaad8 commit 20ca400
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Sentiment-Analysis
# 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

'''

0 comments on commit 20ca400

Please sign in to comment.