thesunday commited on
Commit
cd4f428
1 Parent(s): c1b1530

Add base model metadata to model card

Browse files

It would be nice to trace the genealogy of merged models like this: https://colab.research.google.com/drive/1s2eQlolcI1VGgDhqWIANfkfKvcKrMyNr?usp=sharing

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -87,6 +87,9 @@ model-index:
87
  name: accuracy
88
  tags:
89
  - merge
 
 
 
90
  ---
91
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/x44nNbPTpv0zGTqA1Jb2q.png)
92
 
 
87
  name: accuracy
88
  tags:
89
  - merge
90
+ base_model:
91
+ - teknium/OpenHermes-2.5-Mistral-7B
92
+ - Intel/neural-chat-7b-v3-3
93
  ---
94
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/x44nNbPTpv0zGTqA1Jb2q.png)
95