Initialize repository
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
data_utils.py
0 → 100644
datasets.zip
0 → 100644
File added
hf_utils.py
0 → 100644
hpo_optuna.py
0 → 100644
notebooks/caid_test.ipynb
0 → 100644
notebooks/data/caid3_disorder_nox.fasta
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
requirements.txt
0 → 100644
# Installing PyTorch from a specific index URL, depending on CUDA version | ||
# In this case, CUDA 12.1 | ||
--index-url https://download.pytorch.org/whl/cu121 | ||
torch==2.3.0 | ||
torchvision==0.18 | ||
torchaudio==2.3.0 | ||
# Return to PyPI for the rest of the packages | ||
--index-url https://pypi.org/simple | ||
h5py | ||
numpy==1.23.5 | ||
scipy=1.15.0 | ||
pandas==2.2.2 | ||
scikit-learn==1.5.0 | ||
transformers==4.45.0 | ||
accelerate==1.0.0 | ||
huggingface-hub==0.27.1 | ||
peft==0.13.1 | ||
datasets==3.0.1 | ||
optuna==4.0.0 | ||
wandb==0.18.5 | ||
tqdm==4.67.1 | ||
utils.py
0 → 100644
Please
register
or
sign in
to comment