Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,17 @@ library_name: transformers
|
|
| 11 |
pipeline_tag: text2text-generation
|
| 12 |
tags:
|
| 13 |
- text-generation-inference
|
| 14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pipeline_tag: text2text-generation
|
| 12 |
tags:
|
| 13 |
- text-generation-inference
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Bitex
|
| 17 |
+
|
| 18 |
+
```bib
|
| 19 |
+
@misc {kim_minh_thang_2023,
|
| 20 |
+
author = { {Kim Minh Thang} },
|
| 21 |
+
title = { text2sql (Revision c5cf6ff) },
|
| 22 |
+
year = 2023,
|
| 23 |
+
url = { https://huggingface.co/thangved/text2sql },
|
| 24 |
+
doi = { 10.57967/hf/1353 },
|
| 25 |
+
publisher = { Hugging Face }
|
| 26 |
+
}
|
| 27 |
+
```
|