Skip to content

Commit

Permalink
Update NeoXArgs docs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 14, 2024
1 parent 6ff3ae6 commit d661340
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion configs/neox_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Logging Arguments

- **git_hash**: str

Default = defa0a4
Default = 6ff3ae6

current git hash of repository

Expand Down Expand Up @@ -762,6 +762,22 @@ Model Arguments



- **identifier_string**: str

Default =

an identifier for the model, used for saving checkpoints,logging, etc.



- **warup_eval_interval**: int

Default = 50

the evaluation interval to use during warmup



## NeoXArgsOptimizer

Optimizer Arguments
Expand Down Expand Up @@ -1971,6 +1987,22 @@ Training Arguments



- **train_dataset_name**: str

Default = no_train_dataset_name_given

An identified for the training dataset used for logging



- **val_dataset_name**: str

Default = no_val_dataset_name_given

An identified for the training dataset used for logging



## NeoXArgsDeepspeedConfig

Args for deepspeed config
Expand Down

0 comments on commit d661340

Please sign in to comment.