alistairmcleay's picture
Fixing paths
9d33cfe
raw
history blame contribute delete
No virus
829 Bytes
model:
path: "./epoch50_trloss0.59_gpt2"
goal_update:
finish_inform: "loose" # loose or strict
schema_path: "scripts/user_model_code/interaction/schema.json"
decode:
dec_max_len: 1024
num_beams: 1
temperature: 1.0
do_sample: False
use_all_previous_context: False
dbs_path:
"attraction": "data/preprocessed/UBAR/db_processed/attraction_db_processed.json"
"hospital": "data/preprocessed/UBAR/db_processed/hospital_db_processed.json"
"hotel": "data/preprocessed/UBAR/db_processed/hotel_db_processed.json"
"police": "data/preprocessed/UBAR/db_processed/police_db_processed.json"
"restaurant": "data/preprocessed/UBAR/db_processed/restaurant_db_processed.json"
"taxi": "data/preprocessed/UBAR/db_processed/taxi_db_processed.json"
"train": "data/preprocessed/UBAR/db_processed/train_db_processed.json"