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
File size: 402 Bytes
10c767b | 1 2 3 4 5 6 7 8 | {
"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)$."
]
}
|