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
@@ -8,6 +8,9 @@ pipeline_tag: text-generation
|
|
8 |
tags:
|
9 |
- Math
|
10 |
- merge
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
## MetaMath-Cybertron-Starling
|
|
|
8 |
tags:
|
9 |
- Math
|
10 |
- merge
|
11 |
+
base_model:
|
12 |
+
- Q-bert/MetaMath-Cybertron
|
13 |
+
- berkeley-nest/Starling-LM-7B-alpha
|
14 |
---
|
15 |
|
16 |
## MetaMath-Cybertron-Starling
|