Update README.md
Browse files
    	
        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 | 
         |