Skip to content

Commit 0324719

Browse files
committed
doc
1 parent 3cee95e commit 0324719

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

word_language_model/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Language Modeling example
2+
3+
This example showcases training a language model.
4+
By default, the data used is the Penn TreeBank dataset
5+
6+
```bash
7+
pip install -r requirements.txt
8+
python main.py
9+
```

word_language_model/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
torch

0 commit comments

Comments
 (0)