roger33303 commited on
Commit
30d8efa
·
verified ·
1 Parent(s): 48317c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ def chatml(question, model):
58
 
59
  question = "Does the University of Westminster offer a course on AI, Data and Communication MA?"
60
  x = query(question, model)
61
- ```
62
 
63
  This setup ensures you can effectively query the Phi-3.5B finetuned model and receive detailed, relevant responses.
64
 
 
58
 
59
  question = "Does the University of Westminster offer a course on AI, Data and Communication MA?"
60
  x = query(question, model)
61
+ ```
62
 
63
  This setup ensures you can effectively query the Phi-3.5B finetuned model and receive detailed, relevant responses.
64