Skip to content

Commit c8133e8

Browse files
authored
Update README.md
1 parent 110c09c commit c8133e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
- torchtext: 0.3.1.
77
- Support pretrained word embedding.([word2vec](https://github.com/mmihaltz/word2vec-GoogleNews-vectors))
88

9+
## torchtext
10+
- This package can provide an elegant way to build vocabulary([yahoo](https://s3.amazonaws.com/fast-ai-nlp/yahoo_answers_csv.tgz)).
11+
```
12+
TEXT.build_vocab(dataset, vectors)
13+
```
14+
915
## Training
1016

1117
- The following command starts training.

0 commit comments

Comments
 (0)