Skip to content

Commit 293d474

Browse files
committed
Using OPT-125M as starter model
1 parent 647f4e5 commit 293d474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmtune/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323

2424
# Model Definition -------------------
2525
model:
26-
hf_model_ckpt: "mistralai/Mistral-7B-Instruct-v0.2"
26+
hf_model_ckpt: "facebook/opt-125m"
2727
torch_dtype: "bfloat16"
2828
#attn_implementation: "flash_attention_2"
2929
quantize: true

0 commit comments

Comments
 (0)