Skip to content

Commit 1a69aaa

Browse files
committed
Merge pull request tensorflow#6 from waterson/master
Fix tables.
2 parents eb7389e + 43f7a7e commit 1a69aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swivel/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ By default, `prep.py` will make one pass through the text file to compute a
8888
co-occurrence statistics. The following options allow you to control this
8989
behavior:
9090

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

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

0 commit comments

Comments
 (0)