Instructions to use shukdevdatta123/DeepSeek-R1-Math-Solutions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shukdevdatta123/DeepSeek-R1-Math-Solutions with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/deepseek-r1-distill-llama-8b-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "shukdevdatta123/DeepSeek-R1-Math-Solutions") - Notebooks
- Google Colab
- Kaggle
Delete tokenizer.json
Browse files- tokenizer.json +0 -3
tokenizer.json
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d91915040cfac999d8c55f4b5bc6e67367c065e3a7a4e4b9438ce1f256addd86
|
| 3 |
-
size 17209530
|
|
|
|
|
|
|
|
|
|
|
|