-
- Downloads
update requirements and environments
Showing
- adapter_classifier.py 12 additions, 8 deletionsadapter_classifier.py
- environment.yml 8 additions, 6 deletionsenvironment.yml
- mappings/specific_results.txt 17 additions, 17 deletionsmappings/specific_results.txt
- mappings/substitutions.txt 124 additions, 90 deletionsmappings/substitutions.txt
- pytorch_classifier.py 2 additions, 1 deletionpytorch_classifier.py
- requirements.txt 9 additions, 7 deletionsrequirements.txt
- train_classifiers.sh 1 addition, 1 deletiontrain_classifiers.sh
- utils.py 18 additions, 5 deletionsutils.py
adapter-transformers==3.2.1 | adapter-transformers==3.0.1 | ||
aiohttp==3.8.4 | aiohttp==3.8.4 | ||
aiosignal==1.3.1 | aiosignal==1.3.1 | ||
async-timeout==4.0.2 | async-timeout==4.0.2 | ||
attrs==23.1.0 | attrs==23.1.0 | ||
certifi==2023.5.7 | certifi==2023.5.7 | ||
charset-normalizer==3.1.0 | charset-normalizer==3.1.0 | ||
click==8.1.3 | |||
cmake==3.26.3 | cmake==3.26.3 | ||
datasets==2.12.0 | datasets==2.4.0 | ||
dill==0.3.6 | dill==0.3.5.1 | ||
filelock==3.12.0 | filelock==3.12.0 | ||
frozenlist==1.3.3 | frozenlist==1.3.3 | ||
fsspec==2023.5.0 | fsspec==2023.5.0 | ||
... | @@ -19,7 +20,7 @@ lit==16.0.3 | ... | @@ -19,7 +20,7 @@ lit==16.0.3 |
MarkupSafe==2.1.2 | MarkupSafe==2.1.2 | ||
mpmath==1.3.0 | mpmath==1.3.0 | ||
multidict==6.0.4 | multidict==6.0.4 | ||
multiprocess==0.70.14 | multiprocess==0.70.13 | ||
networkx==3.1 | networkx==3.1 | ||
numpy==1.24.3 | numpy==1.24.3 | ||
nvidia-cublas-cu11==11.10.3.66 | nvidia-cublas-cu11==11.10.3.66 | ||
... | @@ -43,20 +44,21 @@ PyYAML==6.0 | ... | @@ -43,20 +44,21 @@ PyYAML==6.0 |
regex==2023.5.5 | regex==2023.5.5 | ||
requests==2.30.0 | requests==2.30.0 | ||
responses==0.18.0 | responses==0.18.0 | ||
sacremoses==0.0.53 | |||
scikit-learn==1.2.2 | scikit-learn==1.2.2 | ||
scipy==1.10.1 | scipy==1.10.1 | ||
six==1.16.0 | six==1.16.0 | ||
sympy==1.12 | sympy==1.12 | ||
threadpoolctl==3.1.0 | threadpoolctl==3.1.0 | ||
tokenizers==0.13.3 | tokenizers==0.12.1 | ||
torch==2.0.1 | torch==2.0.1 | ||
torchaudio==2.0.2 | torchaudio==2.0.2 | ||
torchvision==0.15.2 | torchvision==0.15.2 | ||
tqdm==4.65.0 | tqdm==4.65.0 | ||
transformers==4.29.0 | transformers==4.18.0 | ||
triton==2.0.0 | triton==2.0.0 | ||
typing_extensions==4.5.0 | typing_extensions==4.5.0 | ||
tzdata==2023.3 | tzdata==2023.3 | ||
urllib3==2.0.2 | urllib3==2.0.2 | ||
xxhash==3.2.0 | xxhash==3.2.0 | ||
yarl==1.9.2 | yarl==1.9.2 | ||
\ No newline at end of file |
Please register or sign in to comment