Update model_settings.py
Browse files- model_settings.py +1 -1
model_settings.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
emb_size = 128
|
2 |
inp_len = 10
|
|
|
1 |
+
emb_size = 128 # how big are the word vectors in the input (how much information can be fit into one word)
|
2 |
inp_len = 10
|