Skip to content

Commit

Permalink
Closes caikit#134
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Olson <[email protected]>
  • Loading branch information
olson-ibm committed Aug 21, 2023
1 parent 4762bf5 commit 19afcaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/run_fine_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ def export_model_preds(preds_file, predictions, validation_stream):
# Init the resource & Build the tuning config from our dataset/arg info
print_colored("[Loading the base model resource...]")
base_model = model_type.bootstrap(
args.model_name,
tokenizer_name=args.model_name,
torch_dtype=args.torch_dtype
args.model_name, tokenizer_name=args.model_name, torch_dtype=args.torch_dtype
)

# Then actually train the model & save it
Expand Down

0 comments on commit 19afcaf

Please sign in to comment.