-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Stella Biderman <[email protected]> Signed-off-by: Dashiell Stander <[email protected]>
- Loading branch information
1 parent
7a8569f
commit 94cc945
Showing
20 changed files
with
286 additions
and
193 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
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 @@ | ||
# GPT-NeoX Auxiliary Tools | ||
|
||
This directory contains a number of auxiliary tools that are useful for working with GPT-NeoX but not part of the main training code. | ||
|
||
## Bash | ||
|
||
This directory contains some simple, frequently used bash commands to make working on multiple machines easier. | ||
|
||
## Checkpoints | ||
|
||
This directory contains tools for manipulating and converting checkpoints including changing the parallelism settings of a pretrained model, converting between GPT-NeoX and the transformers library, and updating checkpoints trained with Version 1.x of this library to be compatible with Version 2.x. | ||
|
||
## Datasets | ||
|
||
This directory contains tools for downloading and preprocessing datasets to the format expected by the GPT-NeoX library. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.