Skip to content

Commit

Permalink
Merge pull request tensorflow#6 from waterson/master
Browse files Browse the repository at this point in the history
Fix tables.
  • Loading branch information
martinwicke committed Mar 9, 2016
2 parents eb7389e + 43f7a7e commit 1a69aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swivel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ By default, `prep.py` will make one pass through the text file to compute a
co-occurrence statistics. The following options allow you to control this
behavior:

| Option | Description |
|:--- |:--- |
| `--min_count <n>` | Only include words in the generated vocabulary that appear at least *n* times. |
| `--max_vocab <n>` | Admit at most *n* words into the vocabulary. |
Expand Down Expand Up @@ -115,6 +116,7 @@ that the Swivel trainer needs to run. Train embeddings as follows:
There are a variety of parameters that you can fiddle with to customize the
embeddings; some that you may want to experiment with include:

| Option | Description |
|:--- |:--- |
| `--embedding_size <dim>` | The dimensionality of the embeddings that are created. By default, 300 dimensional embeddings are created. |
| `--num_epochs <n>` | The number of iterations through the data that are performed. By default, 40 epochs are trained. |
Expand Down

0 comments on commit 1a69aaa

Please sign in to comment.