Skip to content

Commit

Permalink
PLAT-2174: Use gretelai/gpt-auto as pretrained_model for natural la…
Browse files Browse the repository at this point in the history
…nguage gpt template (#447) (#486)
  • Loading branch information
kboyd authored Nov 27, 2024
1 parent f71cd74 commit 25b49be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_templates/gretel/synthetics/natural-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: "natural-language-gpt"
models:
- gpt_x:
data_source: "__temp__"
pretrained_model: "mistralai/Mistral-7B-Instruct-v0.2"
pretrained_model: "gretelai/gpt-auto"
column_name: null
params:
batch_size: 4
Expand Down

0 comments on commit 25b49be

Please sign in to comment.