From 8903d4aff8b5bf7dfdee226a8cfd705ade59254e Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Tue, 29 Aug 2023 09:33:26 +0200 Subject: [PATCH] Add skeleton structure --- README.md | 3 ++- chapters/en/chapter0/introduction.mdx | 1 + recipes/ppo/.gitkeep | 0 recipes/reward_modeling/.gitkeep | 0 recipes/sft/.gitkeep | 0 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 chapters/en/chapter0/introduction.mdx create mode 100644 recipes/ppo/.gitkeep create mode 100644 recipes/reward_modeling/.gitkeep create mode 100644 recipes/sft/.gitkeep diff --git a/README.md b/README.md index 2ab6434..7f49320 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# rlhf-handbook +# The RLHF Handbook + Robust recipes for RLHF diff --git a/chapters/en/chapter0/introduction.mdx b/chapters/en/chapter0/introduction.mdx new file mode 100644 index 0000000..5846ae8 --- /dev/null +++ b/chapters/en/chapter0/introduction.mdx @@ -0,0 +1 @@ +# Welcome to the RLHF Handbook! \ No newline at end of file diff --git a/recipes/ppo/.gitkeep b/recipes/ppo/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/recipes/reward_modeling/.gitkeep b/recipes/reward_modeling/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/recipes/sft/.gitkeep b/recipes/sft/.gitkeep new file mode 100644 index 0000000..e69de29