Update README.md
Browse files
README.md
CHANGED
@@ -42,11 +42,9 @@ beam_outputs = model.generate(
|
|
42 |
)
|
43 |
|
44 |
|
45 |
-
print ("
|
46 |
-
Apprentice Query ::")
|
47 |
print (sentence)
|
48 |
-
print ("
|
49 |
-
Auto Generated Instruction ::")
|
50 |
final_outputs =[]
|
51 |
for beam_output in beam_outputs:
|
52 |
sent = tokenizer.decode(beam_output, skip_special_tokens=True,clean_up_tokenization_spaces=True)
|
|
|
42 |
)
|
43 |
|
44 |
|
45 |
+
print ("\nApprentice Query ::")
|
|
|
46 |
print (sentence)
|
47 |
+
print ("\nAuto Generated Instruction ::")
|
|
|
48 |
final_outputs =[]
|
49 |
for beam_output in beam_outputs:
|
50 |
sent = tokenizer.decode(beam_output, skip_special_tokens=True,clean_up_tokenization_spaces=True)
|