文件名称:tooMuchInCommon:复制论文“太多共同点”中的实验结果的代码
文件大小:86KB
文件格式:ZIP
更新时间:2024-05-07 22:36:58
Python
太多共同点:变压器语言模型中嵌入的转移及其含义 此仓库提供了本文的源代码和数据: 太多共同点:变压器语言模型中嵌入的转移及其含义 设置 要安装与您的系统匹配的割炬版本,请按照步骤进行操作。 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
----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)
----README.md(2KB)
----datasets()
--------wordsim_similarity_goldstandard.txt(4KB)
--------SimLex-999.txt(43KB)
--------wordsim_relatedness_goldstandard.txt(5KB)
--------MEN_dataset_lemma_form_full(79KB)
--------rw.txt(90KB)