DHRUV SHEKHAWAT commited on
Commit
41505f0
·
1 Parent(s): 9e17522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -185,15 +185,7 @@ elif option=="26M_OLD":
185
  weights = "predict1"
186
  datafile = "data2.txt"
187
  dict = "dict_predict1.bin.npz"
188
- vocab_size = 100000
189
- max_len = 1
190
- d_model = 64 # 64 , 1024
191
- n_head = 4 # 8 , 16
192
- ff_dim = 256 # 256 , 2048
193
- dropout_rate = 0.1 # 0.5 , 0.2
194
- weights = "predict3"
195
- datafile = "data2.txt"
196
- dict = "dict_predict3.bin.npz"
197
  with open(datafile,"r") as f:
198
  text = f.read()
199
  text = text.lower()
 
185
  weights = "predict1"
186
  datafile = "data2.txt"
187
  dict = "dict_predict1.bin.npz"
188
+
 
 
 
 
 
 
 
 
189
  with open(datafile,"r") as f:
190
  text = f.read()
191
  text = text.lower()