We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb6de0 commit 6c3519bCopy full SHA for 6c3519b
oasst-shared/oasst_shared/model_configs.py
@@ -42,6 +42,17 @@ def compat_hash(self) -> str:
42
max_total_length=2048,
43
quantized=True,
44
),
45
+ "OA_SFT_Pythia_12B_4": ModelConfig(
46
+ model_id="OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
47
+ max_input_length=1024,
48
+ max_total_length=2048,
49
+ ),
50
+ "OA_SFT_Pythia_12Bq_4": ModelConfig(
51
52
53
54
+ quantized=True,
55
56
"OA_SFT_Llama_7B": ModelConfig(
57
model_id="OpenAssistant/oasst_sft_llama_7b_mask_1000",
58
max_input_length=1024,
0 commit comments