Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- mistral
|
@@ -10,6 +13,21 @@ tags:
|
|
10 |
- model-fusion
|
11 |
- fusechat
|
12 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
<p align="center" width="100%">
|
15 |
</p>
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
+
base_model: openchat/openchat_3.5
|
6 |
+
datasets:
|
7 |
+
- FuseAI/FuseChat-Mixture
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- mistral
|
|
|
13 |
- model-fusion
|
14 |
- fusechat
|
15 |
library_name: transformers
|
16 |
+
model-index:
|
17 |
+
- name: FuseChat-7B-TA
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: text-generation
|
21 |
+
name: Text Generation
|
22 |
+
dataset:
|
23 |
+
name: MT-Bench
|
24 |
+
type: unknown
|
25 |
+
metrics:
|
26 |
+
- type: unknown
|
27 |
+
value: 8.20
|
28 |
+
name: score
|
29 |
+
source:
|
30 |
+
url: https://huggingface.co/spaces/lmsys/mt-bench
|
31 |
---
|
32 |
<p align="center" width="100%">
|
33 |
</p>
|