RECCON icon indicating copy to clipboard operation
RECCON copied to clipboard

model reasoning

Open Chunfeng1994 opened this issue 2 years ago • 2 comments

Hello, is the reasoning code for this model the same as the code for validating the test set, and does the reasoning code need to enter additional information besides the dialogue.

Chunfeng1994 avatar Apr 18 '22 09:04 Chunfeng1994

You do not need any additional resources. Check the demo here: https://sgnlp.aisingapore.net/emotion-entailment and also inference code: https://sgnlp.aisingapore.net/docs/api_reference/sgnlp.models.emotion_entailment.html#module-sgnlp.models.emotion_entailment

soujanyaporia avatar Apr 19 '22 00:04 soujanyaporia

Hello author, I get an error like "UnboundLocalError: local variable 'history_seqence_hidden' referenced before assignment" when I run generate_strategy_norm_train this file, this error is related to the file "MultiSource.py", But I debugged for a long time and still didn't solve this problem, does the author know how to solve it? I would appreciate it if I could!

githubxuc avatar Mar 13 '24 12:03 githubxuc