From 5bf222b7b2bbf019a72713252db5ff04f82370bf Mon Sep 17 00:00:00 2001 From: Stella Biderman Date: Thu, 16 May 2024 11:29:31 -0400 Subject: [PATCH 1/3] Update README.md --- configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/README.md b/configs/README.md index d8ae81739..e14274b56 100644 --- a/configs/README.md +++ b/configs/README.md @@ -9,7 +9,7 @@ Below is an example configuration `.yaml` to train a ~160M parameter GPT model. For a detailed list of all the arguments available for neox, see [neox_arguments.md](neox_arguments.md) -Note: yaml arguments may be formatted with either '-' or '_'. The standard separator used is a '_' as shown in the example configurations below. However, the use of '-' as a separator may be deprecated in the future. +Note: yaml arguments may be formatted with either '-' or '\_'. The standard separator used is a '\_' as shown in the example configurations below. However, the use of '-' as a separator may be deprecated in the future. ```yaml # GPT-3 pretraining setup { From 787dda6f76b07a20157ea282d39a00f148709eeb Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 May 2024 15:29:47 +0000 Subject: [PATCH 2/3] Update NeoXArgs docs automatically --- configs/neox_arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/neox_arguments.md b/configs/neox_arguments.md index dd10a0e09..df419f443 100644 --- a/configs/neox_arguments.md +++ b/configs/neox_arguments.md @@ -111,7 +111,7 @@ Logging Arguments - **git_hash**: str - Default = 8d175ed + Default = 5bf222b current git hash of repository From ef302373c0b0b3c721ccda844c0953a492ed176c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 May 2024 22:40:02 +0000 Subject: [PATCH 3/3] Update NeoXArgs docs automatically --- configs/neox_arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/neox_arguments.md b/configs/neox_arguments.md index c6d369524..306a0da5d 100644 --- a/configs/neox_arguments.md +++ b/configs/neox_arguments.md @@ -111,7 +111,7 @@ Logging Arguments - **git_hash**: str - Default = 1b85a2f + Default = a3fb470 current git hash of repository