Evan

Results 3 issues of Evan

when i load model, something wrong. config = RecconEmotionEntailmentConfig.from_pretrained( "https://storage.googleapis.com/sgnlp/models/reccon_emotion_entailment/config.json" ) tokenizer = RecconEmotionEntailmentTokenizer.from_pretrained("roberta-base") model = RecconEmotionEntailmentModel.from_pretrained( "https://storage.googleapis.com/sgnlp/models/reccon_emotion_entailment/pytorch_model.bin", config=config, ) wrong: 403 Forbidden: None. Cannot access content at: https://storage.googleapis.com/sgnlp/models/reccon_emotion_entailment/config.json. If...

### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [ ] My model is...

awaiting_response
stale

speaker label set是全局一对一的形式,还是对于一个对话而言呢? 假设对于人物Ross而言,他在对话1中是第一个说话,所以他是speaker_0,在其他对话中是第二个参与说话的人,所以他是speaker_1; 还是说,无论他是第几个参与对话的人,他都是固定的speaker_n?