areegtarek commited on
Commit
11e735c
1 Parent(s): 4c29a78
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ description = "Simplify radiology reports using the Mistral 7b model."
8
  examples = [["INST/ Simplify this report:/n {report} /n Respone: [/INST]"]]
9
 
10
 
11
- tokenizer = AutoTokenizer.from_pretrained("areegtarek/mistral-7b-Radiology-Simplify)
12
  model = AutoModelForCausalLM.from_pretrained("areegtarek/mistral-7b-Radiology-Simplify")
13
 
14
 
 
8
  examples = [["INST/ Simplify this report:/n {report} /n Respone: [/INST]"]]
9
 
10
 
11
+ tokenizer = AutoTokenizer.from_pretrained("areegtarek/mistral-7b-Radiology-Simplify")
12
  model = AutoModelForCausalLM.from_pretrained("areegtarek/mistral-7b-Radiology-Simplify")
13
 
14