Spaces:
Running
Running
mvansegbroeck
commited on
Commit
•
7d29c31
1
Parent(s):
0498138
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def generate_synthetic_records(api_key, chunks_dict, num_records):
|
|
151 |
|
152 |
gretel = Gretel(api_key=api_key, validate=True, clear=True)
|
153 |
|
154 |
-
navigator = gretel.factories.initialize_navigator_api("tabular")
|
155 |
|
156 |
INTRO_PROMPT = "From the source text below, create a dataset with the following columns:\n"
|
157 |
COLUMN_DETAILS = (
|
|
|
151 |
|
152 |
gretel = Gretel(api_key=api_key, validate=True, clear=True)
|
153 |
|
154 |
+
navigator = gretel.factories.initialize_navigator_api("tabular", backend_model="gretelai/Mistral-7B-Instruct-v0.2/industry")
|
155 |
|
156 |
INTRO_PROMPT = "From the source text below, create a dataset with the following columns:\n"
|
157 |
COLUMN_DETAILS = (
|