CLeQA 模型实现

环境部署

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
conda create -n cleqa python=3.7



conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch
# 或者
pip3 install torch torchvision torchaudio

pip install transformers


# wbc
pip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 -f https://download.pytorch.org/whl/cu110/torch_stable.html