Skip to content
Snippets Groups Projects

Draft: Basis for unit testing

Open Vlad-Andrei BĂDOIU (78692) requested to merge vladb/unit_tests into main
Files
3
@@ -18,7 +18,7 @@ class BenchmarkTest(unittest.TestCase):
lr_max: float = 1e-4
grad_clip_norm: float = 1.0
epochs: int = 1
tokenizer_path: str = 'optimus.model'
tokenizer_path: str = 'optimus16K-wikitext103.model'
checkpoints_path: str = 'best_model.pth'
dim: int = 512
n_layers: int = 6
Loading