-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathsettings.ini
35 lines (35 loc) · 1.01 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[DEFAULT]
repo = instructGOOSE
lib_name = instruct_goose
version = 0.0.7
min_python = 3.7
license = apache2
doc_path = _docs
lib_path = instruct_goose
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = main
custom_sidebar = False
doc_host = https://xrsrke.github.io
doc_baseurl = /instructGOOSE
git_url = https://github.com/xrsrke/instructGOOSE
title = instruct_goose
audience = Developers
author = xrsrke
author_email = [email protected]
copyright = 2023 onwards, xrsrke
description = Implementation of Reinforcement Learning from Human Feedback (RLHF)
keywords = rlhf reinforcement-learning human-feedback chatgpt instructgpt
language = English
status = 3
user = xrsrke
requirements = torch torchmetrics transformers datasets accelerate wandb pandas gymnasium pyyaml pytest tqdm python-dotenv einops pytorch-lightning torchtyping ray
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False