requirements.txt added
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tqdm==4.65.0
|
2 |
+
numpy==1.25.1
|
3 |
+
transformers==4.26.1
|
4 |
+
torchtext==0.14.1 # this will automatically install torch==1.13.1 as its dependancy!
|
5 |
+
torchdata==0.5.1
|
6 |
+
mosestokenizer==1.2.1
|
7 |
+
wandb==0.15.7
|