Instructions to use apple/DCLM-7B-8k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/DCLM-7B-8k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("apple/DCLM-7B-8k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
not found tokenizer_config.json and tokenizer.json
#2
by sinlew - opened
Why can't the tokenizer_config.json and tokenizer.json... be found?
tokenizer = AutoTokenizer.from_pretrained("apple/DCLM-Baseline-7B-8k")
model = AutoModelForCausalLM.from_pretrained("apple/DCLM-Baseline-7B-8k")
DCLM-Baseline-7B-8k ?
I have uploaded the tokenizer files. Note that this is just a GPT-NeoX tokenizer
apf1 changed discussion status to closed