Add requirements.txt, config, and data card
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0
|
| 2 |
+
torchvision>=0.15
|
| 3 |
+
transformers>=4.30
|
| 4 |
+
datasets>=2.14
|
| 5 |
+
timm>=1.0
|
| 6 |
+
accelerate>=0.20
|
| 7 |
+
scikit-learn>=1.3
|
| 8 |
+
pillow>=10.0
|
| 9 |
+
numpy>=1.24
|
| 10 |
+
matplotlib>=3.7
|
| 11 |
+
huggingface_hub>=0.16
|
| 12 |
+
opencv-python>=4.8
|