Update README.md
Browse files
README.md
CHANGED
|
@@ -92,7 +92,7 @@ pip install transformers
|
|
| 92 |
|
| 93 |
### Prompt
|
| 94 |
```python
|
| 95 |
-
prompt = f"""<example_response>{}</example_response><function_code>{code}</function_code>
|
| 96 |
<question>Give one line description of the python code above in natural language.</question>
|
| 97 |
<doc>"""
|
| 98 |
|
|
|
|
| 92 |
|
| 93 |
### Prompt
|
| 94 |
```python
|
| 95 |
+
prompt = f"""<example_response>{--question , --query}</example_response><function_code>{code}</function_code>
|
| 96 |
<question>Give one line description of the python code above in natural language.</question>
|
| 97 |
<doc>"""
|
| 98 |
|