Instructions to use darrel999/SQL_baichuan2_7b_chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use darrel999/SQL_baichuan2_7b_chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="darrel999/SQL_baichuan2_7b_chat", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("darrel999/SQL_baichuan2_7b_chat", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "add_bos_token": false, | |
| "add_eos_token": false, | |
| "auto_map": { | |
| "AutoTokenizer": [ | |
| "tokenization_baichuan.BaichuanTokenizer", | |
| null | |
| ] | |
| }, | |
| "bos_token": { | |
| "__type": "AddedToken", | |
| "content": "<s>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": { | |
| "__type": "AddedToken", | |
| "content": "</s>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": true | |
| }, | |
| "model_max_length": 4096, | |
| "pad_token": { | |
| "__type": "AddedToken", | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": true | |
| }, | |
| "padding_side": "left", | |
| "sp_model_kwargs": {}, | |
| "tokenizer_class": "BaichuanTokenizer", | |
| "unk_token": { | |
| "__type": "AddedToken", | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": true | |
| }, | |
| "use_fast": false | |
| } | |