Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B
|
3 |
-
datasets:
|
4 |
-
- TIGER-Lab/MathInstruct
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
license: mit
|
9 |
-
|
|
|
10 |
model_name: MAmmoTH Coder 34B
|
|
|
|
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
13 |
that appropriately completes the request.
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: mit
|
5 |
+
datasets:
|
6 |
+
- TIGER-Lab/MathInstruct
|
7 |
model_name: MAmmoTH Coder 34B
|
8 |
+
base_model: TIGER-Lab/MAmmoTH-Coder-34B
|
9 |
+
inference: false
|
10 |
+
model_creator: TIGER-Lab
|
11 |
model_type: llama
|
12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
13 |
that appropriately completes the request.
|