priyank commited on
Commit
32dfe07
1 Parent(s): d6030eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
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)