We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded5aca commit 3cc6aa9Copy full SHA for 3cc6aa9
oasst-shared/oasst_shared/model_configs.py
@@ -129,6 +129,11 @@ def compat_hash(self) -> str:
129
max_input_length=1024,
130
max_total_length=1792, # seeing OOMs on 2048 on an A100 80GB
131
),
132
+ "OA_RLHF_Llama_30B_2_7k": ModelConfig(
133
+ model_id="OpenAssistant/oasst-rlhf-2-llama-30b-7k-steps",
134
+ max_input_length=1024,
135
+ max_total_length=1792, # seeing OOMs on 2048 on an A100 80GB
136
+ ),
137
"Carper_RLHF_13B_1": ModelConfig(
138
model_id="CarperAI/vicuna-13b-fine-tuned-rlhf",
139
0 commit comments