Spaces:
Runtime error
Runtime error
Commit
·
bbe45f1
1
Parent(s):
b286b3f
Test
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ model_name = "lmsys/vicuna-7b-v1.3"
|
|
7 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
8 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
9 |
|
10 |
-
template_single = '''
|
11 |
|
12 |
linguistic_entities = [
|
13 |
"Noun",
|
|
|
7 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
8 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
9 |
|
10 |
+
template_single = '''Output any <{}> in the following sentence one per line: "{}"'''
|
11 |
|
12 |
linguistic_entities = [
|
13 |
"Noun",
|