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

Model: Mihaiii/Metis-0.3
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-07 14:33:06 +08:00
commit 77cfb4fe59
12 changed files with 91591 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
---
base_model: mistralai/Mistral-7B-Instruct-v0.2
inference: false
license: apache-2.0
license_name: apache-2.0
metrics:
- accuracy
---
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
An instruct based fine tune of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
It works well with long system prompts.
It isn't generic in a sense that it shouldn't be used for story telling, for example, but only for reasoning and text comprehension.
This model is trained on a private dataset. The high GSM8K score is **NOT** because of the MetaMath dataset.
# Prompt Format ([see the guidelines from the base model](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2#instruction-format)):
```
<s>[INST] {system_message} . Say "Acknowledged!" if you understood. [/INST] Acknowledged! </s> [INST] {prompt} [/INST]
```