Spaces:
Sleeping
Sleeping
AnonymousSub
commited on
Commit
•
e1f526d
1
Parent(s):
2b935c8
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==0.27.2
|
2 |
+
tenacity
|
3 |
+
langchain
|
4 |
+
langchain-core
|
5 |
+
langchain-community
|
6 |
+
tiktoken
|
7 |
+
nltk
|
8 |
+
accelerate
|
9 |
+
sentencepiece
|
10 |
+
bs4
|
11 |
+
scikit-learn
|
12 |
+
protobuf
|
13 |
+
gdown
|
14 |
+
evaluate
|
15 |
+
rouge_score
|
16 |
+
matplotlib
|
17 |
+
bert_score
|
18 |
+
git+https://github.com/google-research/bleurt.git
|