Instructions to use Xenova/dbrx-instruct-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Xenova/dbrx-instruct-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Xenova/dbrx-instruct-tokenizer", dtype="auto") - Transformers.js
How to use Xenova/dbrx-instruct-tokenizer with Transformers.js:
// ⚠️ Unknown pipeline tag
- Notebooks
- Google Colab
- Kaggle
Full 1-1 compat with dbrx-instruct tokenizer?
#1
by Qubitium - opened
@Xenova Thank you. We made a base-tokenizer based on your code with slight modifications to included pad token and to tokens that the original tokenizer added dynamically but never added to encoder. https://huggingface.co/LnL-AI/dbrx-base-tokenizer