synthetic-data-generator / examples /enforce_mapgie_template copy.py
davidberenstein1957's picture
fix setting contants upon launch
5532825
raw
history blame contribute delete
220 Bytes
# pip install synthetic-dataset-generator
import os
from synthetic_dataset_generator import launch
os.environ["MAGPIE_PRE_QUERY_TEMPLATE"] = "llama3"
os.environ["MODEL"] = "my_custom_model_trained_on_llama3"
launch()