pipeline_tag: text-generation | |
inference: true | |
widget: | |
- text: 'def print_hello_world():' | |
example_title: Hello world | |
group: Python | |
library_name: transformers | |
# 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, | |
} | |
``` |