lxianl455

Results 15 issues of lxianl455

![image](https://github.com/charent/Phi2-mini-Chinese/assets/63391363/798877f7-e44c-405c-999b-8b8f8c161fd8) 大佬,ceavl的结果我看网上的好像说,因为是单选题,所以随机选择是1/4的几率。这个结果上看来是不是就第一个是超过了随机选择的结果。 没别的意思,我就是想知道这样分析结果对不对。

Hi,how can I check weather the result is right or not? When checking the output of the QRmA, it seems I didn't get the right result? ![image](https://user-images.githubusercontent.com/63391363/122716440-d67a4300-d29c-11eb-802f-ed6446adcc64.png)

Translation: When training, it runs without state: ` def forward(self, idx: torch.Tensor) -> torch.Tensor: x = self.token_embedding(idx) x = self.emb_dropout(x) x = self.xlstm_block_stack(x) logits = self.lm_head(x) return logits ` Can...

Have anything done for tensorflow model? I want some analysis on a tensorflow RWKV model.