Fengzhe Zhou
Fengzhe Zhou
Please show us the content of `outputs/blabla/logs/infer/blabla/blabla.out` and `outputs/blabla/logs/eval/blabla/blabla.out`
1. check cuda availablity via `python3 -c 'import torch; print(torch.cuda.is_available())'` 2. try to downgrade torch
Are there any specific examples of the embedding models we are talking here? I'm not very familiar with this field.
OpenCompass involves a process where several model and dataset pairs are encapsulated into a task, and then tasks are executed sequentially as the smallest unit. I see that you are...
In OpenCompass, during the transition from one task to another, different processes are used. This means that it first exits the process corresponding to the previous task, and then initiates...
You may take this as a signal of the previous process terminated properly: https://github.com/open-compass/opencompass/blob/main/opencompass/runners/local.py#L135-L136 Cancel the redirect [here](https://github.com/open-compass/opencompass/blob/main/opencompass/runners/local.py#L188-L189) , and you may take this as a signal of the next...
Detailed scores can be found here: https://opencompass.org.cn/dataset-detail/GAOKAO-Bench The average score is weighted by the total scores from each individual subjects. We do NOT ignore the scores below 25.0! As for...
Please try `flores_gen_806ede`
已部分更新,请参考 https://github.com/open-compass/opencompass/pull/1206