File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ By default, `prep.py` will make one pass through the text file to compute a
88
88
co-occurrence statistics. The following options allow you to control this
89
89
behavior:
90
90
91
+ | Option | Description |
91
92
| :--- | :--- |
92
93
| ` --min_count <n> ` | Only include words in the generated vocabulary that appear at least * n* times. |
93
94
| ` --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:
115
116
There are a variety of parameters that you can fiddle with to customize the
116
117
embeddings; some that you may want to experiment with include:
117
118
119
+ | Option | Description |
118
120
| :--- | :--- |
119
121
| ` --embedding_size <dim> ` | The dimensionality of the embeddings that are created. By default, 300 dimensional embeddings are created. |
120
122
| ` --num_epochs <n> ` | The number of iterations through the data that are performed. By default, 40 epochs are trained. |
You can’t perform that action at this time.
0 commit comments