Skip to content

Commit

Permalink
reorganized readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowan Zellers committed Jul 17, 2018
1 parent 63b2f47 commit 739c3fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# commonsense
SWAG dataset. warning: here there be dragons. I listed my specs if that helps. The most important thing probably is that I'm using python 3.6, and pytorch 3.1
# swagaf
SWAG dataset. Currently, this belongs to a paper that is in submission to EMNLP 2018.

## Setting this up
you'll need to install a bunch of things. The following commands will set up the version of allennlp that I used.
you'll need to install a bunch of things. I listed my specs if that helps in `requirements.txt`. The most important thing probably is that I'm using python 3.6, and pytorch 3.1. The following commands will set up the version of allennlp that I used.

```
git clone https://github.com/allenai/allennlp.git
Expand All @@ -17,3 +17,6 @@ Also, for everything in this repo, you'll want to ```export PYTHONPATH=/home/row



## Common use cases

The data is all in `data/`, baseline and instructions are in `swag_baselines`. Most people will not need to look at `create_swag` or `raw_data` but it's there if you need it!

0 comments on commit 739c3fd

Please sign in to comment.