priyank commited on
Commit
312e714
1 Parent(s): ae6dda0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -41,10 +41,10 @@ beam_outputs = model.generate(
41
  )
42
 
43
 
44
- print ("\
45
  Apprentice Query ::")
46
  print (sentence)
47
- print ("\
48
  Auto Generated Instruction ::")
49
  final_outputs =[]
50
  for beam_output in beam_outputs:
@@ -56,18 +56,6 @@ for i, final_output in enumerate(final_outputs):
56
  print("{}: {}".format(i, final_output))
57
 
58
 
59
- ```
60
-
61
- ## Output
62
- ```
63
- Apprentice Query ::
64
- ask user to provide his date of birth
65
-
66
- Auto Generated Instruction ::
67
- 0: ask for the entity person_date_of_birth
68
- 1: ask “What is your date of birth?”
69
-
70
-
71
  Apprentice Query ::
72
  if balance is greater than $100, then tell the user he needs more balance
73
 
 
41
  )
42
 
43
 
44
+ print ("\\
45
  Apprentice Query ::")
46
  print (sentence)
47
+ print ("\\
48
  Auto Generated Instruction ::")
49
  final_outputs =[]
50
  for beam_output in beam_outputs:
 
56
  print("{}: {}".format(i, final_output))
57
 
58
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  Apprentice Query ::
60
  if balance is greater than $100, then tell the user he needs more balance
61