Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Upgrade instructions to AllenNLP 0.4.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmmd authored May 8, 2018
1 parent 03fecac commit 6a1b078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ to classify the papers given some label (which we specified as the paper's venue
`DatasetReader`). Finally, we added a script to use AllenNLP's training commands from a
third-party repository, and an experiment configuration for running a real model on real data.

To train this model, after setting up your development environment by installing `allennlp==0.4`,
`pytorch==0.3.1`, and `spacy>=2.0`, you run:
To train this model, after setting up your development environment by running
`pip install -r requirements.txt`, you run:

```bash
python -m allennlp.run train experiments/venue_classifier.json -s /tmp/your_output_dir_here --include-package my_library
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
allennlp==0.4.1
allennlp==0.4.2
pytest
pytest-pythonpath

0 comments on commit 6a1b078

Please sign in to comment.