priyank commited on
Commit
d6030eb
1 Parent(s): 0c8ca4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -42,10 +42,10 @@ 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:
@@ -70,7 +70,7 @@ Auto Generated Instruction ::
70
 
71
 
72
  Apprentice Query ::
73
- IF (assert(user.balance > $100)) THEN (say you need more balance)
74
 
75
  Auto Generated Instruction ::
76
  0: IF (assert(user.balance > $100)) THEN (say you need more balance)
 
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:
 
70
 
71
 
72
  Apprentice Query ::
73
+ if balance is greater than $100, then tell the user he needs more balance
74
 
75
  Auto Generated Instruction ::
76
  0: IF (assert(user.balance > $100)) THEN (say you need more balance)