初始化项目,由ModelHub XC社区提供模型

Model: duyntnet/OpenMath-Mistral-7B-v0.1-hf-imatrix-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-17 16:18:16 +08:00
commit ab96c75932
29 changed files with 168 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
---
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!