Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Oct 27, 2016
1 parent 3cee95e commit 0324719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions word_language_model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Language Modeling example

This example showcases training a language model.
By default, the data used is the Penn TreeBank dataset

```bash
pip install -r requirements.txt
python main.py
```
1 change: 1 addition & 0 deletions word_language_model/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
torch

0 comments on commit 0324719

Please sign in to comment.