Update README.md
Browse files
README.md
CHANGED
|
@@ -92,9 +92,13 @@ pip install transformers
|
|
| 92 |
|
| 93 |
### Prompt
|
| 94 |
```python
|
| 95 |
-
prompt = f"""<function_code>{code}</function_code>
|
| 96 |
<question>Give one line description of the python code above in natural language.</question>
|
| 97 |
<doc>"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
```
|
| 99 |
|
| 100 |
### PyTorch
|
|
|
|
| 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 |
+
|
| 99 |
+
prompt = f"""<example_response>{example of some --question: , --query}</example_response><schema>{schema with cols described}</schema>
|
| 100 |
+
<question>Write a sql query to ....</question>
|
| 101 |
+
<sql>"""
|
| 102 |
```
|
| 103 |
|
| 104 |
### PyTorch
|