1
Showing
- req2.txt 0 additions, 10 deletionsreq2.txt
- requirements.txt 3 additions, 0 deletionsrequirements.txt
- storage/data/.gitignore 1 addition, 0 deletionsstorage/data/.gitignore
- storage/data/unhealthy_conversations.dvc 5 additions, 0 deletionsstorage/data/unhealthy_conversations.dvc
- storage/trained_models/.gitignore 1 addition, 0 deletionsstorage/trained_models/.gitignore
- storage/trained_models/unhealthy_conversations.dvc 5 additions, 0 deletionsstorage/trained_models/unhealthy_conversations.dvc
- text_attacks/models/unhealthy.py 109 additions, 0 deletionstext_attacks/models/unhealthy.py
req2.txt
deleted
100644 → 0
... | ... | @@ -7,6 +7,7 @@ shap==0.41.0 |
tqdm>=4.65.0 | ||
tokenizers==0.13.2 | ||
sentence-transformers==2.2.2 | ||
pandas==1.4.2 | ||
jupyter | ||
matplotlib | ||
spacy | ||
... | ... | @@ -15,6 +16,8 @@ https://github.com/explosion/spacy-models/releases/download/pl_core_news_lg-3.5. |
--find-links https://download.pytorch.org/whl/torch_stable.html | ||
torch==1.12.0+cu116 | ||
pytorch-lightning==2.0.4 | ||
wandb==0.12.11 | ||
--index-url https://pypi.clarin-pl.eu/simple/ | ||
plwn-api==0.24 | ||
... | ... |
storage/data/.gitignore
0 → 100644
storage/data/unhealthy_conversations.dvc
0 → 100644
storage/trained_models/.gitignore
0 → 100644
text_attacks/models/unhealthy.py
0 → 100644
Please register or sign in to comment