dfurman commited on
Commit
283dfd4
·
verified ·
1 Parent(s): e2541c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -105,6 +105,8 @@ outputs = pipeline(prompt, max_new_tokens=1000, do_sample=True, temperature=0.7,
105
  print("***Generation:\n", outputs[0]["generated_text"][len(prompt):])
106
  ```
107
 
 
 
108
  ```
109
  ***Prompt:
110
  <|im_start|>system
@@ -117,8 +119,6 @@ Respond as succinctly as possible. Format the response as a completion of this t
117
  <|im_start|>assistant
118
  ```
119
 
120
- ### Output
121
-
122
  ```
123
  ***Generation:
124
  |1|Calculate total loaves sold|Add morning and afternoon sales|132|
@@ -126,4 +126,3 @@ Respond as succinctly as possible. Format the response as a completion of this t
126
  |3|Calculate final number of loaves|Add returns to remaining loaves|74|
127
  ```
128
 
129
-
 
105
  print("***Generation:\n", outputs[0]["generated_text"][len(prompt):])
106
  ```
107
 
108
+ ### Output
109
+
110
  ```
111
  ***Prompt:
112
  <|im_start|>system
 
119
  <|im_start|>assistant
120
  ```
121
 
 
 
122
  ```
123
  ***Generation:
124
  |1|Calculate total loaves sold|Add morning and afternoon sales|132|
 
126
  |3|Calculate final number of loaves|Add returns to remaining loaves|74|
127
  ```
128