Lightning-AI / Lightning-AI/litgpt
The information for 'stabilityai/stable-code-3b' has not been added to the config.py file.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.5k
- Avg merge
- 15h 37m
- Merged PRs (30d)
- 1
Description
I wrote it like this:
```py
##########################
# Stability AI Stable-Code-3b
##########################
stable_code_3b = [
# https://huggingface.co/stabilityai/stable-code-3b/blob/main/config.json
dict(
name="stable-code-3b",
hf_config=dict(org="stabilityai", name="stable-code-3b"),
block_size=16384,
vocab_size=50304,
n_layer=32,
n_embd=2560,
)
]
configs.extend(stable_code_3b)
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open config.py and review the existing model configuration entries near the other Hugging Face models. Add the provided stable-code-3b configuration using the values from the linked config.json, then confirm that the model is included in the config collection and can be recognized by the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface, python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100