MathLLM commited on
Commit
1b217f7
1 Parent(s): b57d0bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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
- | | Base Model: Llama-2 | Base Model: Code Llama |
20
- |-------|-------------------------------------------------------------------|-----------------------------------------------------------------------|
21
- | 7B | [MathCoder-L-7B](https://huggingface.co/MathLLM/MathCoder-L-7B) | [MathCoder-CL-7B](https://huggingface.co/MathLLM/MathCoder-CL-7B) |
 
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