micro_batch_size: 3
Browse files
scripts/pretrain-core-model.yaml
CHANGED
|
@@ -67,7 +67,8 @@ train:
|
|
| 67 |
# global_batch_size: 256
|
| 68 |
|
| 69 |
# Number of samples per data-parallel rank (type: int, default: 4)
|
| 70 |
-
micro_batch_size: 4
|
|
|
|
| 71 |
# micro_batch_size: 2
|
| 72 |
# micro_batch_size: 1
|
| 73 |
|
|
|
|
| 67 |
# global_batch_size: 256
|
| 68 |
|
| 69 |
# Number of samples per data-parallel rank (type: int, default: 4)
|
| 70 |
+
# micro_batch_size: 4
|
| 71 |
+
micro_batch_size: 3
|
| 72 |
# micro_batch_size: 2
|
| 73 |
# micro_batch_size: 1
|
| 74 |
|