Skip to content

Commit

Permalink
Added OpenAssistant/oasst-rlhf-2-llama-30b-7k-steps (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
yk authored May 6, 2023
1 parent ded5aca commit 3cc6aa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oasst-shared/oasst_shared/model_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ def compat_hash(self) -> str:
max_input_length=1024,
max_total_length=1792, # seeing OOMs on 2048 on an A100 80GB
),
"OA_RLHF_Llama_30B_2_7k": ModelConfig(
model_id="OpenAssistant/oasst-rlhf-2-llama-30b-7k-steps",
max_input_length=1024,
max_total_length=1792, # seeing OOMs on 2048 on an A100 80GB
),
"Carper_RLHF_13B_1": ModelConfig(
model_id="CarperAI/vicuna-13b-fine-tuned-rlhf",
max_input_length=1024,
Expand Down

0 comments on commit 3cc6aa9

Please sign in to comment.