Lightning-AI / Lightning-AI/litgpt
Adding OLMo 1B and 7B
Open
@rasbt is already working on this.
Since Feb 12, 2024.
model-weights
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.5k
- Avg merge
- 15h 37m
- Merged PRs (30d)
- 1
Description
OLMo is a pretty attractive set of models by Allen AI since they open sourced the whole training code etc. It's one of the few fully open models: https://github.com/allenai/olmo
We have a lot of 7B models (OLMo would be just another one here) but it's also interesting for its 1B model, because we don't have that many good models on a small scale, and that small scale is attractive for experiments on single GPU.
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.
Assessment
This issue has not been assessed yet.