Spaces:
Runtime error
Runtime error
Update scripts/training_config.json
Browse files
scripts/training_config.json
CHANGED
|
@@ -4,6 +4,6 @@
|
|
| 4 |
"lang": "en",
|
| 5 |
"batch_size": 2,
|
| 6 |
"learning_rate": 1e-4,
|
| 7 |
-
"max_steps":
|
| 8 |
-
"warmup_steps":
|
| 9 |
}
|
|
|
|
| 4 |
"lang": "en",
|
| 5 |
"batch_size": 2,
|
| 6 |
"learning_rate": 1e-4,
|
| 7 |
+
"max_steps": 300,
|
| 8 |
+
"warmup_steps": 30
|
| 9 |
}
|