Spaces:
Runtime error
Runtime error
merge
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def get_completion(prompt, model=llm_model):
|
|
34 |
|
35 |
def find_orgs(sentence, choice):
|
36 |
prompt = f"""
|
37 |
-
|
38 |
|
39 |
text:
|
40 |
```
|
|
|
34 |
|
35 |
def find_orgs(sentence, choice):
|
36 |
prompt = f"""
|
37 |
+
In context of named entity recognition (NER), find all organizations in the text delimited by triple backticks.
|
38 |
|
39 |
text:
|
40 |
```
|