Spaces:
Paused
Paused
Update app.py
Browse files
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)
|