Commit
·
a25a28e
1
Parent(s):
d008415
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
```python
|
2 |
from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig
|
3 |
model = BartForConditionalGeneration.from_pretrained('shahrukhx01/schema-aware-distilbart-cnn-12-6-text2sql')
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- neural-search-query-classification
|
5 |
+
- neural-search
|
6 |
+
widget:
|
7 |
+
- text: "keyword query."
|
8 |
+
---
|
9 |
```python
|
10 |
from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig
|
11 |
model = BartForConditionalGeneration.from_pretrained('shahrukhx01/schema-aware-distilbart-cnn-12-6-text2sql')
|