Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets
|
| 2 |
+
fsspec
|
| 3 |
+
bert-score
|
| 4 |
+
rouge-score==0.1.2
|
| 5 |
+
nltk==3.9.1
|
| 6 |
+
deepeval==3.3.2
|
| 7 |
+
google-generativeai==0.8.5
|
| 8 |
+
xai-sdk==1.0.0
|
| 9 |
+
ftfy
|
| 10 |
+
groq
|