Instructions to use BAAI/AquilaCode-multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/AquilaCode-multi with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BAAI/AquilaCode-multi", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 234 Bytes
6bc0fea | 1 2 3 4 5 6 7 8 9 10 | {
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}
|