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 Dec 23, 2023
1 parent 589323d commit 7f3ae33
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions 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 = 2da1083
Default = 589323d

current git hash of repository

Expand Down Expand Up @@ -439,6 +439,14 @@ Model Arguments



- **rope_fusion**: bool

Default = False

Enable rotary embedding fusion.



- **fp16_lm_cross_entropy**: bool

Default = False
Expand Down Expand Up @@ -800,23 +808,23 @@ Misc. Arguments



- **do_train**: int
- **do_train**: bool

Default = None

Set during training



- **do_valid**: int
- **do_valid**: bool

Default = None

Set during training



- **do_test**: int
- **do_test**: bool

Default = None

Expand Down

0 comments on commit 7f3ae33

Please sign in to comment.