Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
# What does this model do?
|
8 |
This model converts the natural language input to pandas query. It is a fine-tuned CodeT5+ 220M. This model is a part of nl2query repository which is present at https://github.com/Chirayu-Tripathi/nl2query
|
9 |
|
10 |
-
You can use this model via the github repository or via following code. More information can be found
|
11 |
|
12 |
```python
|
13 |
|
|
|
7 |
# What does this model do?
|
8 |
This model converts the natural language input to pandas query. It is a fine-tuned CodeT5+ 220M. This model is a part of nl2query repository which is present at https://github.com/Chirayu-Tripathi/nl2query
|
9 |
|
10 |
+
You can use this model via the github repository or via following code. More information can be found on the repository.
|
11 |
|
12 |
```python
|
13 |
|