Jayveersinh-Raj
commited on
Commit
•
be46a80
1
Parent(s):
f351391
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +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 |
-
|
33 |
-
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)
|
|