Upload trainer_info.json with huggingface_hub
Browse files- trainer_info.json +9 -0
trainer_info.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_epochs": 50,
|
3 |
+
"devices": 1,
|
4 |
+
"accelerator": "gpu",
|
5 |
+
"precision": 32,
|
6 |
+
"gradient_clip_val": 1.0,
|
7 |
+
"log_every_n_steps": 200,
|
8 |
+
"accumulate_grad_batches": 8
|
9 |
+
}
|