Tiny dummy models
Collection
Randomly initialized tiny models for debugging/testing purpose
•
50 items
•
Updated
•
3
This model is randomly initialized, using the config from bigcode/starcoderbase-7b but with the following modifications:
{
"n_embd": 32,
"n_head": 8,
"n_inner": 128,
"n_layer": 1,
}