Instructions to use mlfoundations/dclm-7b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mlfoundations/dclm-7b-it with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mlfoundations/dclm-7b-it", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 156 Bytes
65f99eb | 1 | {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "tokenizer_class": "GPTNeoXTokenizer"} |