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 adapter_model.safetensors
Browse files
adapter_model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba5edfee684a422036a71c20d347960671f0a085bcf56e696e8481252b31b251
|
| 3 |
-
size 167832240
|
|
|
|
|
|
|
|
|
|
|
|