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)

* Use `gretelai/gpt-auto`

* Return using TinyLlama
  • Loading branch information
anastasia-nesterenko authored Oct 8, 2024
1 parent bc15323 commit 8614790
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 8614790

Please sign in to comment.