File size: 471 Bytes
300f7fc
 
 
 
 
 
 
 
 
9798f35
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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,
}
```