Files
ModelHub XC ab96c75932 初始化项目,由ModelHub XC社区提供模型
Model: duyntnet/OpenMath-Mistral-7B-v0.1-hf-imatrix-GGUF
Source: Original Platform
2026-06-17 16:18:16 +08:00

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!