-
- Downloads
clone discret files
Showing
- adapter_classifier.py 72 additions, 16 deletionsadapter_classifier.py
- check_labels.ipynb 288 additions, 0 deletionscheck_labels.ipynb
- huggingface-classifier.py 214 additions, 0 deletionshuggingface-classifier.py
- make_adapter.py 1 addition, 1 deletionmake_adapter.py
- pytorch_classifier.py 55 additions, 21 deletionspytorch_classifier.py
- requirements.txt 3 additions, 23 deletionsrequirements.txt
- run_stuff.sh 36 additions, 0 deletionsrun_stuff.sh
- see_results.ipynb 411 additions, 0 deletionssee_results.ipynb
- utils.py 5 additions, 2 deletionsutils.py
check_labels.ipynb
0 → 100644
huggingface-classifier.py
0 → 100644
adapter-transformers==3.0.1 | ||
aiohttp==3.8.4 | ||
aiosignal==1.3.1 | ||
async-timeout==4.0.2 | ||
attrs==23.1.0 | ||
certifi==2023.5.7 | ||
charset-normalizer==3.1.0 | ||
click==8.1.3 | ||
charset-normalizer | ||
cmake==3.26.3 | ||
datasets==2.4.0 | ||
dill==0.3.5.1 | ||
filelock==3.12.0 | ||
frozenlist==1.3.3 | ||
fsspec==2023.5.0 | ||
fsspec | ||
huggingface-hub==0.14.1 | ||
idna==3.4 | ||
Jinja2==3.1.2 | ||
... | ... | @@ -22,18 +14,6 @@ mpmath==1.3.0 |
multidict==6.0.4 | ||
multiprocess==0.70.13 | ||
networkx==3.1 | ||
numpy==1.24.3 | ||
nvidia-cublas-cu11==11.10.3.66 | ||
nvidia-cuda-cupti-cu11==11.7.101 | ||
nvidia-cuda-nvrtc-cu11==11.7.99 | ||
nvidia-cuda-runtime-cu11==11.7.99 | ||
nvidia-cudnn-cu11==8.5.0.96 | ||
nvidia-cufft-cu11==10.9.0.58 | ||
nvidia-curand-cu11==10.2.10.91 | ||
nvidia-cusolver-cu11==11.4.0.1 | ||
nvidia-cusparse-cu11==11.7.4.91 | ||
nvidia-nccl-cu11==2.14.3 | ||
nvidia-nvtx-cu11==11.7.91 | ||
packaging==23.1 | ||
pandas==2.0.1 | ||
Pillow==9.5.0 | ||
... | ... | @@ -53,7 +33,7 @@ threadpoolctl==3.1.0 |
tokenizers==0.12.1 | ||
torch==2.0.1 | ||
torchaudio==2.0.2 | ||
torchvision==0.15.2 | ||
torchvision | ||
tqdm==4.65.0 | ||
transformers==4.18.0 | ||
triton==2.0.0 | ||
... | ... |
run_stuff.sh
0 → 100644
see_results.ipynb
0 → 100644
Please register or sign in to comment