finetune dialogs tool close to working
This commit is contained in:
23
finetune_dialogs_tool/templates/dialog_input.txt
Normal file
23
finetune_dialogs_tool/templates/dialog_input.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# Phone adress is already randomized. No need to change it.
|
||||
phone_number = "{{phone_number}}"
|
||||
|
||||
# Make up some adress. Can be real or fake. Put it between double quotes.
|
||||
delivery_address = ""
|
||||
|
||||
# Payment method is already randomized. No need to change it.
|
||||
payment_method = "{{payment_method}}"
|
||||
|
||||
# Order items are already randomized. No need to change it.
|
||||
order_items = [
|
||||
{{order_items}}
|
||||
]
|
||||
|
||||
## PYTHON END ##
|
||||
|
||||
# Write the conversation below.
|
||||
# The conversation has to start with "piz" (short for pizzeria) and has to end with "bot".
|
||||
# Do not use double quotes (") in the conversation. Just type the text next to the = sign.
|
||||
|
||||
piz =
|
||||
bot =
|
||||
Reference in New Issue
Block a user