Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidkarimi committed Jun 13, 2019
1 parent dd58de7 commit 257cfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ http://cse.msu.edu/~karimiha/publications/NAACL2019Discourse.pdf
gensim

# Intsrutions to run the project
1. Please download DHSF folder from https://www.dropbox.com/s/shwgf52qlqwoo1n/HDSF.7z?dl=0 (it includes the data, splits, etc)
1. Please download HDSF folder from https://www.dropbox.com/s/shwgf52qlqwoo1n/HDSF.7z?dl=0 (it includes the data, splits, etc)
2. Unzip the file and copy it in an arbitrary location, say /PATH/
3. Download word embeddings from https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit and copy it to /PATH/DHSF
3. Download word embeddings from https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit and copy it to /PATH/HDSF
4. To train, run 'python train.py --project_dir /PATH/HDSF/' (hyperparameters are included in config.py)
5. To test, 'python test.py --project_dir /PATH/HDSF/'

Expand Down

0 comments on commit 257cfe9

Please sign in to comment.