Spaces:
Runtime error
Runtime error
Anonymous
commited on
Commit
·
d344035
1
Parent(s):
e3ad45e
fix relative
Browse files- generate_prompt.py +1 -1
generate_prompt.py
CHANGED
@@ -20,7 +20,7 @@ from langchain.prompts import FewShotPromptTemplate, PromptTemplate
|
|
20 |
from tqdm import tqdm
|
21 |
from yaml.loader import SafeLoader
|
22 |
|
23 |
-
from
|
24 |
|
25 |
|
26 |
# from models.model_completion import gpt3x_completion, gemini_completion
|
|
|
20 |
from tqdm import tqdm
|
21 |
from yaml.loader import SafeLoader
|
22 |
|
23 |
+
from tasks import qa, summarization, ner, nli
|
24 |
|
25 |
|
26 |
# from models.model_completion import gpt3x_completion, gemini_completion
|