MinxuanQin
commited on
Commit
·
a2727bb
1
Parent(s):
6cb5353
add requirements
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torchvision
|
2 |
+
torchaudio
|
3 |
+
transformers
|
4 |
+
datasets
|
5 |
+
huggingface_hub
|
6 |
+
pillow
|
7 |
+
accelerate
|
8 |
+
pandas
|
9 |
+
pyarrow==10
|
10 |
+
nltk
|
11 |
+
torchsummary
|
12 |
+
matplotlib
|
13 |
+
opencv-python
|