Instructions to use fawern/mistral-7B-SQL-query-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fawern/mistral-7B-SQL-query-generator with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fawern/mistral-7B-SQL-query-generator", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer.json +1 -0
tokenizer.json
CHANGED
|
@@ -166,6 +166,7 @@
|
|
| 166 |
"end_of_word_suffix": null,
|
| 167 |
"fuse_unk": true,
|
| 168 |
"byte_fallback": true,
|
|
|
|
| 169 |
"vocab": {
|
| 170 |
"<unk>": 0,
|
| 171 |
"<s>": 1,
|
|
|
|
| 166 |
"end_of_word_suffix": null,
|
| 167 |
"fuse_unk": true,
|
| 168 |
"byte_fallback": true,
|
| 169 |
+
"ignore_merges": false,
|
| 170 |
"vocab": {
|
| 171 |
"<unk>": 0,
|
| 172 |
"<s>": 1,
|