research14 commited on
Commit
bbe45f1
·
1 Parent(s): b286b3f
Files changed (1) hide show
  1. app.py +1 -1
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 = '''Please output any <{}> in the following sentence one per line without any additional text: "{}"'''
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",