Skip to content

Commit

Permalink
fix: minor type for chat and rerank create_finetuned_model example (#121
Browse files Browse the repository at this point in the history
)

Co-authored-by: CoderHam <[email protected]>
  • Loading branch information
CoderHam and hemant-co authored Sep 12, 2024
1 parent 9572275 commit c265a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ create_response = co.finetuning.create_finetuned_model(
base_model=BaseModel(
base_type="BASE_TYPE_CHAT",
),
dataset_id=my-chat_dataset.id,
dataset_id=chat_dataset.id,
hyperparameters=hp,
wandb=wnb_config,
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ create_response = co.finetuning.create_finetuned_model(
name="english",
base_type="BASE_TYPE_RERANK",
),
dataset_id=my-rerank_dataset.id,
dataset_id=rerank_dataset.id,
),
)
)
Expand Down

0 comments on commit c265a25

Please sign in to comment.