PEFT
Safetensors
English
reasoning
mathematical-reasoning
reward-model
preference-model
prefix-evaluation
utility-model
lora
qwen
Instructions to use zhiqix/PUM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zhiqix/PUM with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "problem": "If $\\det \\mathbf{A} = 4$ and $\\det \\mathbf{B} = -5,$ then find $\\det (\\mathbf{A}\\mathbf{B}).$", | |
| "prefixes": [ | |
| "Recall that the determinant of a product satisfies $\\det(AB)=\\det(A)\\det(B)$. Substituting the values gives $4\\cdot(-5)$.", | |
| "Recall that the determinant of a product satisfies $\\det(AB)=\\det(A)+\\det(B)$. Substituting the values gives $4+(-5)$." | |
| ] | |
| } | |