Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +34 -0
requirements.txt
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Giant-Killer NLP Project Dependencies
|
| 2 |
+
# PyTorch Dendritic Optimization Hackathon
|
| 3 |
+
|
| 4 |
+
# Core ML Framework
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
torchvision>=0.15.0
|
| 7 |
+
|
| 8 |
+
# Transformers for BERT models
|
| 9 |
+
transformers>=4.30.0
|
| 10 |
+
|
| 11 |
+
# Datasets library for Jigsaw dataset
|
| 12 |
+
datasets>=2.14.0
|
| 13 |
+
|
| 14 |
+
# Perforated AI for dendritic optimization
|
| 15 |
+
perforatedai>=0.1.0
|
| 16 |
+
|
| 17 |
+
# Evaluation metrics
|
| 18 |
+
scikit-learn>=1.3.0
|
| 19 |
+
|
| 20 |
+
# Progress bars and utilities
|
| 21 |
+
tqdm>=4.65.0
|
| 22 |
+
|
| 23 |
+
# Numerical computing
|
| 24 |
+
numpy>=1.24.0
|
| 25 |
+
pandas>=2.0.0
|
| 26 |
+
|
| 27 |
+
# Logging and experiment tracking
|
| 28 |
+
tensorboard>=2.14.0
|
| 29 |
+
|
| 30 |
+
# Configuration management
|
| 31 |
+
pyyaml>=6.0
|
| 32 |
+
|
| 33 |
+
# Hugging Face Hub for model sharing
|
| 34 |
+
huggingface_hub>=0.20.0
|