Jayveersinh-Raj commited on
Commit
da14a93
1 Parent(s): be46a80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,6 +27,6 @@ Low Rank Adapter for Bloom decoder for question answering
27
 
28
  display(Markdown((tokenizer.decode(output_tokens[0], skip_special_tokens=True))))
29
 
30
- context = ""
31
- question = "What is the best food?"
32
- make_inference(context, question)
 
27
 
28
  display(Markdown((tokenizer.decode(output_tokens[0], skip_special_tokens=True))))
29
 
30
+ context = ""
31
+ question = "What is the best food?"
32
+ make_inference(context, question)