persona icon indicating copy to clipboard operation
persona copied to clipboard

Open domain persona-aware dialogue generation

Results 3 persona issues
Sort by recently updated
recently updated
newest added

![1](https://user-images.githubusercontent.com/77799301/147531649-7785812e-3da7-47cf-bcb1-7fefb8ee6cc1.png) ![2](https://user-images.githubusercontent.com/77799301/147531652-3e129720-7710-4ee3-b1ab-c1ca1dc2f3cf.png) 这问题可能因为什么导致的,或者应该如何解决呢?

直接运行时,遇到问题 ValueError: ('The `preds` and `target` should have the same shape,', ' got `preds` with shape=torch.Size([11, 16]) and `target` with shape=torch.Size([11, 15]).') 出错位置 f1 = metrics.f1_score(pred_padded.T.to('cpu'), target.T.to('cpu'))

![image](https://user-images.githubusercontent.com/31980659/140714008-da080a2d-8da6-4d8c-80b5-8a50ccfbe378.png)