Spaces:
Runtime error
Runtime error
Commit
·
4e69e92
1
Parent(s):
31e89b7
Added missing file and edited call to it
Browse files- run_llm.py +1 -1
- structured_prompting_demonstration_42.txt +0 -0
run_llm.py
CHANGED
|
@@ -90,7 +90,7 @@ template_all = '''Please output the <Noun, Verb, Adjective, Adverb, Preposition/
|
|
| 90 |
template_single = '''Please output any <{}> in the following sentence one per line without any additional text: "{}"'''
|
| 91 |
|
| 92 |
## Prompt 2
|
| 93 |
-
with open('
|
| 94 |
demonstration = f.read()
|
| 95 |
|
| 96 |
|
|
|
|
| 90 |
template_single = '''Please output any <{}> in the following sentence one per line without any additional text: "{}"'''
|
| 91 |
|
| 92 |
## Prompt 2
|
| 93 |
+
with open('structured_prompting_demonstration_42.txt', 'r') as f:
|
| 94 |
demonstration = f.read()
|
| 95 |
|
| 96 |
|
structured_prompting_demonstration_42.txt
ADDED
|
File without changes
|