Added another learning source for Nora. Also added the requirements.

This commit is contained in:
2025-06-09 14:25:11 -04:00
parent da23742671
commit 5d53ba7cb8
14 changed files with 1070 additions and 78 deletions

View File

@ -67,7 +67,7 @@ def get_config():
parser.add_argument(
"--batch_size",
type=int,
default=32,
default=512,
help="Batch size per training step.",
)
parser.add_argument(