Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate StableLM (#254) #354

Merged
merged 3 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions demos/Main_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@
" * 125M, 1.3B, 2.7B, 6.7B, 13B, 30B, 66B\n",
"* **GPT-J** - Eleuther's 6B parameter model, trained on the Pile\n",
"* **GPT-NeoX** - Eleuther's 20B parameter model, trained on the Pile\n",
"* **StableLM** - Stability AI's 3B and 7B models, with and without chat and instruction fine-tuning\n",
"* **Stanford CRFM models** - a replication of GPT-2 Small and GPT-2 Medium, trained on 5 different random seeds.\n",
" * Notably, 600 checkpoints were taken during training per model, and these are available in the library with eg `HookedTransformer.from_pretrained(\"stanford-gpt2-small-a\", checkpoint_index=265)`.\n",
"- **BERT** - Google's bidirectional encoder-only transformer.\n",
Expand Down
Loading