Instructions to use OpenRussianAI/AndreyBot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenRussianAI/AndreyBot with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenRussianAI/AndreyBot", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Delete tokenizer_config.json
Browse files- tokenizer_config.json +0 -11
tokenizer_config.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"vocab_size": 154,
|
| 3 |
-
"tokenizer_class": "CustomTokenizer",
|
| 4 |
-
"model_max_length": 14,
|
| 5 |
-
"padding_side": "right",
|
| 6 |
-
"truncation_side": "right",
|
| 7 |
-
"special_tokens": {
|
| 8 |
-
"pad_token": "[PAD]",
|
| 9 |
-
"unk_token": "[UNK]"
|
| 10 |
-
}
|
| 11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|