File size: 302 Bytes
9798f35 | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
# yujiepan/starcoder-tiny-random
This model is **randomly initialized**, using the config from [bigcode/starcoderbase-7b](https://huggingface.co/bigcode/starcoderbase-7b/tree/main) but with the following modifications:
```json
{
"n_embd": 32,
"n_head": 8,
"n_inner": 128,
"n_layer": 1,
}
``` |