-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61f8ab4
commit 0fda83a
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| @misc{mesh-transformer-jax, | ||
| author = {Wang, Ben}, | ||
| title = {{Mesh-Transformer-JAX: Model-Parallel Implementation of Transformer Language Model with JAX}}, | ||
| howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}}, | ||
| year = 2021, | ||
| month = May | ||
| } | ||
|
|
||
| @misc{gpt-j, | ||
| author = {Wang, Ben and Komatsuzaki, Aran}, | ||
| title = {{GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model}}, | ||
| howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}}, | ||
| year = 2021, | ||
| month = May | ||
| } |