Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmosaicml committed Dec 28, 2023
1 parent fd9daf0 commit 2f43c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcli/mcli-hf-eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ parameters:

models:
-
model_name: mosaicml/mpt-30b
model_name: mosaicml/mpt-7b
# Tokenizer
tokenizer:
name: mosaicml/mpt-30b
name: mosaicml/mpt-7b
kwargs:
model_max_length: ${max_seq_len}

model:
name: hf_causal_lm
pretrained_model_name_or_path: mosaicml/mpt-30b
pretrained_model_name_or_path: mosaicml/mpt-7b
init_device: mixed
pretrained: true
use_auth_token: false
Expand Down

0 comments on commit 2f43c9f

Please sign in to comment.