Update oumi/oumi_train.yaml
Browse files- oumi/oumi_train.yaml +1 -1
oumi/oumi_train.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# SFT config for CALM 70B.
|
2 |
|
3 |
model:
|
4 |
-
model_name: "meta-llama/Llama-3.
|
5 |
model_max_length: 4096
|
6 |
torch_dtype_str: "bfloat16"
|
7 |
attn_implementation: "sdpa"
|
|
|
1 |
# SFT config for CALM 70B.
|
2 |
|
3 |
model:
|
4 |
+
model_name: "meta-llama/Llama-3.3-70B-Instruct"
|
5 |
model_max_length: 4096
|
6 |
torch_dtype_str: "bfloat16"
|
7 |
attn_implementation: "sdpa"
|