Instructions to use apple/DCLM-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/DCLM-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("apple/DCLM-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
instruction tuned vs pretrained base model
#9
by leestevennz - opened
Hi there,
I'm assuming this model has been instruction-tuned, is that right? If so, where can I find the pre-trained base model.
Cheers,
Lee