Add sentencepiece to support DebertaV2Tokenizer
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
scikit-learn
|
4 |
pandas
|
5 |
numpy
|
6 |
huggingface-hub
|
7 |
-
openpyxl
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
transformers==4.38.2
|
3 |
scikit-learn
|
4 |
pandas
|
5 |
numpy
|
6 |
huggingface-hub
|
7 |
+
openpyxl
|
8 |
+
gradio
|
9 |
+
sentencepiece
|