Skip to content

Commit

Permalink
Add Jacob to authors and update readme (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony authored Jan 27, 2024
1 parent 14836f4 commit ba41da6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The Cookbook
Deep learning for dummies, by Quentin Anthony, Hailey Schoelkopf, and Stella Biderman
Deep learning for dummies, by Quentin Anthony, Jacob Hatef, Hailey Schoelkopf, and Stella Biderman

All the practical details and utilities that go into working with real models! If you're just getting started, we recommend jumping ahead to [Basics](#basics) for some introductory resources on transformers.

Expand Down Expand Up @@ -33,8 +33,11 @@ Useful external calculators include

### Benchmarks

For benchmarks (e.g. communication)
- **[benchmarks](./benchmarks/)**
Communication benchmarks
- **[benchmarks/communication](./benchmarks/communication)**

Transformer sizing and GEMM benchmarks
- **[benchmarks/sizing](./benchmarks/sizing)**

## Reading List

Expand Down Expand Up @@ -111,7 +114,7 @@ If you found this repository helpful, please consider citing it using
```bibtex
@misc{anthony2024cookbook,
title = {{The EleutherAI Model Training Cookbook}},
author = {Anthony, Quentin and Schoelkopf, Hailey and Biderman, Stella},
author = {Anthony, Quentin and Hatef, Jacob and Schoelkopf, Hailey and Biderman, Stella},
howpublished = {GitHub Repo},
url = {https://github.com/EleutherAI/cookbook},
year = {2024}
Expand Down

0 comments on commit ba41da6

Please sign in to comment.