Commit
•
d09a151
1
Parent(s):
a928f5a
add merge tag
Browse filesTo make it easier to identify merge models, we're experimenting with adding a `merge` tag for models created via a merge.
README.md
CHANGED
@@ -2,11 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Marcoroni-neural-chat-7B-v1
|
8 |
|
9 |
# Model Details
|
10 |
This model is a merge of models [AIDC-ai-business/Marcoroni-7B-v3](https://huggingface.co/AIDC-ai-business/Marcoroni-7B-v3) and [Intel/neural-chat-7b-v3-3](https://huggingface.co/Intel/neural-chat-7b-v3-3) using Slerp with mergekit tool for testing purposes.
|
11 |
-
Both models are based on mistralai/Mistral-7B-v0.1.
|
12 |
-
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
+
tags:
|
6 |
+
- merge
|
7 |
---
|
8 |
|
9 |
# Marcoroni-neural-chat-7B-v1
|
10 |
|
11 |
# Model Details
|
12 |
This model is a merge of models [AIDC-ai-business/Marcoroni-7B-v3](https://huggingface.co/AIDC-ai-business/Marcoroni-7B-v3) and [Intel/neural-chat-7b-v3-3](https://huggingface.co/Intel/neural-chat-7b-v3-3) using Slerp with mergekit tool for testing purposes.
|
13 |
+
Both models are based on mistralai/Mistral-7B-v0.1.
|
|