tooMuchInCommon:复制论文“太多共同点”中的实验结果的代码 源码
太多共同点:变压器语言模型中嵌入的转移及其含义 此仓库提供了本文的源代码和数据: 太多共同点:变压器语言模型中嵌入的转移及其含义 设置 要安装与您的系统匹配的割炬版本,请按照步骤进行操作。 conda create -n tmic python=3.7 conda activate tmic conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge conda install transformers -c conda-forge conda install numpy scipy pandas matplotlib seaborn -c conda-forge 跑步 复制实验 要从本文运行中复制实验,请执行以下操作: ./run.sh 这将创建目录: experim
文件列表
tooMuchInCommon-main.zip
(预估有个14文件)
tooMuchInCommon-main
src
vis.py
11KB
utils.py
4KB
post_processing.py
3KB
__init__.py
0B
isotropy.py
4KB
embeddings_benchmark.py
4KB
run.sh
357B
.gitignore
21B
暂无评论