Add base model metadata to model card
Browse filesIt would be nice to trace the genealogy of merged models like this: https://colab.research.google.com/drive/1s2eQlolcI1VGgDhqWIANfkfKvcKrMyNr?usp=sharing
README.md
CHANGED
@@ -7,6 +7,9 @@ language:
|
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- Math
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## MetaMath-Cybertron
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- Math
|
10 |
+
base_model:
|
11 |
+
- fblgit/una-cybertron-7b-v2-bf16
|
12 |
+
- meta-math/MetaMath-Mistral-7B
|
13 |
---
|
14 |
|
15 |
## MetaMath-Cybertron
|