CUDA_VISIBLE_DEVICES=0 python ask.py --api_key your_api_key --crs_model barcor --dataset opendialkg_eval --kg_dataset opendialkg --hidden_size 128 --entity_hidden_size 128 --num_bases 8 --context_max_length 200 --entity_max_length 32 --rec_model utils/model/barcor_rec_opendialkg --conv_model utils/model/barcor_conv_opendialkg --tokenizer_path facebook/bart-base --encoder_layers 2 --decoder_layers 2 --attn_head 2 --text_hidden_size 300 --resp_max_length 128 |