grantmaking.ai Launch Round
The funding will primarily be spent on compute and API costs.
The minimum funding covers the compute and API costs for iterating with Qwen3-1.7B-Base models (testing additional dataset mixtures, hyperparameter sweeps, additional ablations) and doing final runs with Qwen3-8B-Base models (I expect 5-7 final 8B arms).
The ideal amount of funding covers all of the minimum amount + final runs on Qwen3-32B models, training starting from different OLMo stages, testing much larger midtraining datasets, among other experiments and ablations. (I expect 2-3 32B arms along with ~4 OLMo-7B arms).
For reference, the current midtraining, SFT, and eval runs on Qwen3-1.7B generally cost the following:
-
Midtraining: 100M tokens takes ~90 minutes on H100. ~$5
-
SFT: 300 samples takes ~30 minutes on H100. ~$1.50
-
Full eval suite: 45 minutes on H100. ~$2.25
Some quick thoughts:
-
Most of the initial iteration can be done with the 1.7B models. This includes testing additional data mixtures, experimenting with larger dataset sizes, testing different hyperparameters.
-
It’s also worth noting that with larger models, we can do small-data runs to keep these runs cheap before we do our final runs.
-
The dominating cost is generally midtraining, as we use full-weight training and we can scale up dataset size here the most (compared to SFT where we assume limited samples). These will generally come up during the final runs.
-
For my estimates, I use the existing numbers and scale up linearly based on model size and dataset size. This may underestimate costs from larger models (i.e. needing multi-GPU setups, etc.)
-
The optimal midtraining dataset size may be one of the biggest uncertainties: depending on the size, this may have a 10x impact on the cost due to midtraining.