25 lines
845 B
Markdown
25 lines
845 B
Markdown
---
|
|
license: other
|
|
language:
|
|
- en
|
|
pipeline_tag: text-generation
|
|
inference: false
|
|
tags:
|
|
- transformers
|
|
- gguf
|
|
- imatrix
|
|
- OpenMath-Mistral-7B-v0.1-hf
|
|
---
|
|
Quantizations of https://huggingface.co/nvidia/OpenMath-Mistral-7B-v0.1-hf
|
|
|
|
|
|
# From original readme
|
|
|
|
OpenMath models were designed to solve mathematical problems by integrating text-based reasoning with code blocks
|
|
executed by Python interpreter. The models were trained on [OpenMathInstruct-1](https://huggingface.co/datasets/nvidia/OpenMathInstruct-1),
|
|
a math instruction tuning dataset with 1.8M problem-solution pairs generated using permissively licensed
|
|
[Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) model.
|
|
|
|
## How to use the models?
|
|
|
|
Try to [run inference with our models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md) with just a few commands! |