You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python run_model.py -mode cli -task joint
-model_checkpoint kevinscaria/joint_tk-instruct-base-def-pos-neg-neut-combined
-test_input 'The cab ride was amazing but the service was pricey'
gives this error,
run_model.py", line 110, in
bos_instruction_id = instruct_handler.joint[indomain]
AttributeError: 'InstructionsHandler' object has no attribute 'joint'
The text was updated successfully, but these errors were encountered:
Let me try to reproduce the results. Extremely sorry for not maintaining the repository. Will try to get a fix soon. I would also accept PRs. In case you are able to resolve this bug sooner.
Running joint task
python run_model.py -mode cli -task joint
-model_checkpoint kevinscaria/joint_tk-instruct-base-def-pos-neg-neut-combined
-test_input 'The cab ride was amazing but the service was pricey'
gives this error,
run_model.py", line 110, in
bos_instruction_id = instruct_handler.joint[indomain]
AttributeError: 'InstructionsHandler' object has no attribute 'joint'
The text was updated successfully, but these errors were encountered: