Commit
·
21854d3
1
Parent(s):
9def1a7
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
```python
|
| 2 |
from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig
|
| 3 |
model = BartForConditionalGeneration.from_pretrained('shahrukhx01/schema-aware-distilbart-cnn-12-6-text2sql')
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text2sql
|
| 4 |
+
---
|
| 5 |
```python
|
| 6 |
from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig
|
| 7 |
model = BartForConditionalGeneration.from_pretrained('shahrukhx01/schema-aware-distilbart-cnn-12-6-text2sql')
|