Update README.md
Browse files
README.md
CHANGED
|
@@ -16,13 +16,14 @@ Repo: [https://github.com/mathllm/MathCoder](https://github.com/mathllm/MathCode
|
|
| 16 |
## Introduction
|
| 17 |
We introduce MathCoder, a series of open-source large language models (LLMs) specifically tailored for general math problem-solving.
|
| 18 |
|
| 19 |
-
|
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
## Training Data
|
| 25 |
-
The models are trained on the MathCodeInstruct Dataset.
|
| 26 |
|
| 27 |
|
| 28 |
## Training Procedure
|
|
|
|
| 16 |
## Introduction
|
| 17 |
We introduce MathCoder, a series of open-source large language models (LLMs) specifically tailored for general math problem-solving.
|
| 18 |
|
| 19 |
+
| Base Model: Llama-2 | Base Model: Code Llama |
|
| 20 |
+
|-------------------------------------------------------------------|-----------------------------------------------------------------------|
|
| 21 |
+
| [MathCoder-L-7B](https://huggingface.co/MathLLM/MathCoder-L-7B) | [MathCoder-CL-7B](https://huggingface.co/MathLLM/MathCoder-CL-7B) |
|
| 22 |
+
| [MathCoder-L-13B](https://huggingface.co/MathLLM/MathCoder-L-13B) | [MathCoder-CL-34B](https://huggingface.co/MathLLM/MathCoder-CL-34B) |
|
| 23 |
|
| 24 |
|
| 25 |
## Training Data
|
| 26 |
+
The models are trained on the [MathCodeInstruct](https://huggingface.co/MathLLM/MathCodeInstruct) Dataset.
|
| 27 |
|
| 28 |
|
| 29 |
## Training Procedure
|