Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,5 @@ trainer = Trainer(
|
|
50 |
# Train the model
|
51 |
trainer.train()
|
52 |
|
53 |
-
# Evaluate the
|
54 |
trainer.evaluate(test_dataset)
|
|
|
50 |
# Train the model
|
51 |
trainer.train()
|
52 |
|
53 |
+
# Evaluate the m odel on the test set
|
54 |
trainer.evaluate(test_dataset)
|