Upload folder using huggingface_hub
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
torch
|
2 |
pytorch_lightning
|
3 |
-
json
|
4 |
logging
|
5 |
tokenizers
|
6 |
transformers
|
@@ -10,7 +9,6 @@ os
|
|
10 |
gradio
|
11 |
huggingface_hub
|
12 |
pandas
|
13 |
-
sklearn
|
14 |
scikit-learn
|
15 |
time
|
16 |
wandb
|
|
|
1 |
torch
|
2 |
pytorch_lightning
|
|
|
3 |
logging
|
4 |
tokenizers
|
5 |
transformers
|
|
|
9 |
gradio
|
10 |
huggingface_hub
|
11 |
pandas
|
|
|
12 |
scikit-learn
|
13 |
time
|
14 |
wandb
|