Upload requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
pytorch-lightning
|
| 3 |
+
einops
|
| 4 |
+
tqdm
|
| 5 |
+
gradio
|
| 6 |
+
Pillow
|
| 7 |
+
datasets
|
| 8 |
+
wandb
|
| 9 |
+
torchmetrics
|
| 10 |
+
urllib3==1.22
|
| 11 |
+
torchvision
|
| 12 |
+
scikit-learn
|
| 13 |
+
pandas
|
| 14 |
+
matplotlib
|
| 15 |
+
seaborn
|
| 16 |
+
numpy
|
| 17 |
+
torch
|
| 18 |
+
gdown
|