smajumdar94 commited on
Commit
bf321f2
·
verified ·
1 Parent(s): 5922dab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -64,7 +64,7 @@ Below results are the average of **64 evaluations** on each benchmark.
64
 
65
  To run inference on coding problems:
66
 
67
- ```python
68
  import transformers
69
  import torch
70
 
@@ -91,7 +91,7 @@ You must use ```python for just the final solution code block with the following
91
 
92
  messages = [
93
  {
94
- "role": "user",
95
  "content": prompt.format(user="Write a program to calculate the sum of the first $N$ fibonacci numbers")},
96
  ]
97
 
@@ -101,7 +101,7 @@ outputs = pipeline(
101
  )
102
  print(outputs[0]["generated_text"][-1]['content'])
103
 
104
- ```
105
 
106
 
107
  ## Citation
 
64
 
65
  To run inference on coding problems:
66
 
67
+ ````python
68
  import transformers
69
  import torch
70
 
 
91
 
92
  messages = [
93
  {
94
+ "role": "user",
95
  "content": prompt.format(user="Write a program to calculate the sum of the first $N$ fibonacci numbers")},
96
  ]
97
 
 
101
  )
102
  print(outputs[0]["generated_text"][-1]['content'])
103
 
104
+ ````
105
 
106
 
107
  ## Citation