初始化项目,由ModelHub XC社区提供模型
Model: feidfoe/Metamath-reproduce-7b Source: Original Platform
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
license: llama2
|
||||
datasets:
|
||||
- meta-math/MetaMathQA
|
||||
- gsm8k
|
||||
language:
|
||||
- en
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
This model is a reproduction of [Meta-Math](https://huggingface.co/meta-math/MetaMath-7B-V1.0).
|
||||
We follow the training instructions described in the original repo as much as possible with minimal modifications.
|
||||
|
||||
## Prompt
|
||||
Unlike the original Meta-math model, we do not use any instructions.
|
||||
|
||||
"""
|
||||
|
||||
Problem: {query_problem}\nSolution: {gt_solution}
|
||||
|
||||
"""
|
||||
|
||||
The {gt_solution} is provided in the training stage, whereas it is empty string in the evaluation stage.
|
||||
|
||||
Reference in New Issue
Block a user