yujiepan's picture
Update README.md
300f7fc
|
raw
history blame contribute delete
No virus
471 Bytes
metadata
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 but with the following modifications:

{
  "n_embd": 32,
  "n_head": 8,
  "n_inner": 128,
  "n_layer": 1,
}