Instructions to use CMU-AIR2/math-deepseek-lora-hard-arith with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CMU-AIR2/math-deepseek-lora-hard-arith with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-instruct") model = PeftModel.from_pretrained(base_model, "CMU-AIR2/math-deepseek-lora-hard-arith") - Notebooks
- Google Colab
- Kaggle
Removed checkpoint-87000 folder and moved files to root directory
Browse files- checkpoint-87000/README.md → README.md +0 -0
- checkpoint-87000/adapter_config.json → adapter_config.json +0 -0
- checkpoint-87000/adapter_model.safetensors → adapter_model.safetensors +0 -0
- checkpoint-87000/optimizer.pt → optimizer.pt +0 -0
- checkpoint-87000/rng_state.pth → rng_state.pth +0 -0
- checkpoint-87000/scheduler.pt → scheduler.pt +0 -0
- checkpoint-87000/trainer_state.json → trainer_state.json +0 -0
- checkpoint-87000/training_args.bin → training_args.bin +0 -0
checkpoint-87000/README.md → README.md
RENAMED
|
File without changes
|
checkpoint-87000/adapter_config.json → adapter_config.json
RENAMED
|
File without changes
|
checkpoint-87000/adapter_model.safetensors → adapter_model.safetensors
RENAMED
|
File without changes
|
checkpoint-87000/optimizer.pt → optimizer.pt
RENAMED
|
File without changes
|
checkpoint-87000/rng_state.pth → rng_state.pth
RENAMED
|
File without changes
|
checkpoint-87000/scheduler.pt → scheduler.pt
RENAMED
|
File without changes
|
checkpoint-87000/trainer_state.json → trainer_state.json
RENAMED
|
File without changes
|
checkpoint-87000/training_args.bin → training_args.bin
RENAMED
|
File without changes
|