Skip to content

Commit 8614790

Browse files
PLAT-2174: Use gretelai/gpt-auto as pretrained_model for natural language gpt template (#447)
* Use `gretelai/gpt-auto` * Return using TinyLlama
1 parent bc15323 commit 8614790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_templates/gretel/synthetics/natural-language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: "natural-language-gpt"
88
models:
99
- gpt_x:
1010
data_source: "__temp__"
11-
pretrained_model: "mistralai/Mistral-7B-Instruct-v0.2"
11+
pretrained_model: "gretelai/gpt-auto"
1212
column_name: null
1313
params:
1414
batch_size: 4

0 commit comments

Comments
 (0)