Fali Wang

Results 9 issues of Fali Wang

![image](https://user-images.githubusercontent.com/25873620/59552618-ed09a780-8fbb-11e9-9866-4315df00a73f.png)

我使用的相同的数据集,跑了1个epoch,为什么f1值只有57%,下载您的模型的f1值只有45%。是我测试集有问题吗?

Hello, authors. I have learnt a lot from your code, while I have a question about the `bfs` function described as follows: I know the code of create_batch.py lines`#259-276` is...

My GPU is NVIDIA RTX A6000, why it remind me my GPU does not support Int8 Matmul! Anyone else encountered this error? This is the output of running: ``` Loading...

Hi, I am encountering difficulties in reproducing the experimental results on the OpenbookQA dataset. The output format is unexpected; for instance, I'm getting responses like "1 is correct. 2 is...

The released 'data.zip 'is the basis for constructing other datasets but lacks some necessary files. Besides, the code for constructing the 'data.zip' is missing. Could you please update the code...

Hi Authors, Thanks for your good work. I would like to know how to reproduce the results in your paper on MMLU, HumanEval, and CommonGen tasks? Best