Upload folder using huggingface_hub
Browse files- env_activate_command.txt +3 -0
- requirements.txt +5 -0
env_activate_command.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
conda create -p venv python==3.12.4
|
| 2 |
+
conda activate /home/e19163/LEARNings/Transformer/venv
|
| 3 |
+
pip install -r requirements.txt
|
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.6.0+cu124
|
| 2 |
+
pandas==2.2.3
|
| 3 |
+
jupyter
|
| 4 |
+
datasets==3.3.2
|
| 5 |
+
huggingface_hub==0.29.1
|