Update README.md
Browse files
README.md
CHANGED
@@ -37,10 +37,12 @@ The models are fine-tuned with the MathInstruct dataset using the original Llama
|
|
37 |
The models are evaluated using open-ended and multiple-choice math problems from several datasets. Here are the results:
|
38 |
|
39 |
|
40 |
-
| **Model** | **Decoding** | **GSM** | **MATH** | **
|
41 |
-
|
42 |
-
| **MAmmoTH-7B-Mistral** | CoT |
|
43 |
-
| | PoT |
|
|
|
|
|
44 |
|
45 |
## Usage
|
46 |
You can use the models through Huggingface's Transformers library. Use the pipeline function to create a text-generation pipeline with the model of your choice, then feed in a math problem to get the solution.
|
|
|
37 |
The models are evaluated using open-ended and multiple-choice math problems from several datasets. Here are the results:
|
38 |
|
39 |
|
40 |
+
| **Model** | **Decoding** | **GSM** | **MATH** | **MMLU** |
|
41 |
+
|---------------------------|---------------|-----------|-----------|-----------|
|
42 |
+
| **MAmmoTH-7B-Mistral** | CoT | | | |
|
43 |
+
| | PoT | | | |
|
44 |
+
| | Hybrid | 75.0 | 40.0 | |
|
45 |
+
|
46 |
|
47 |
## Usage
|
48 |
You can use the models through Huggingface's Transformers library. Use the pipeline function to create a text-generation pipeline with the model of your choice, then feed in a math problem to get the solution.
|