Reyad-Ahmmed commited on
Commit
fc44bc0
·
verified ·
1 Parent(s): 9dc53d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,8 +194,8 @@ if (should_train_model=='1'): #train model
194
  learning_rate=2e-5,
195
  weight_decay=0.02,
196
  logging_dir='./logs',
197
- logging_steps=10,
198
- evaluation_strategy="epoch",
199
  )
200
 
201
  # notice the bias_non_float in next line (it is given a value at top of code)
 
194
  learning_rate=2e-5,
195
  weight_decay=0.02,
196
  logging_dir='./logs',
197
+ logging_steps=10
198
+ #evaluation_strategy="epoch",
199
  )
200
 
201
  # notice the bias_non_float in next line (it is given a value at top of code)