sam-mosaic
commited on
Commit
•
d8e2066
1
Parent(s):
2c1bd9b
Update README.md
Browse files
README.md
CHANGED
@@ -24,11 +24,12 @@ tags:
|
|
24 |
inference: false
|
25 |
---
|
26 |
|
27 |
-
# MPT-7B-Chat
|
28 |
|
29 |
MPT-7B-Chat-8k is a chatbot-like model for dialogue generation.
|
30 |
It was built by finetuning [MPT-7B-8k](https://huggingface.co/mosaicml/mpt-7b-8k) on the [ShareGPT-Vicuna](https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered), [Camel-AI](https://huggingface.co/camel-ai),
|
31 |
[GPTeacher](https://github.com/teknium1/GPTeacher), [Guanaco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco), [Baize](https://github.com/project-baize/baize-chatbot) and some generated datasets.
|
|
|
32 |
* License: _CC-By-NC-SA-4.0_ (non-commercial use only)
|
33 |
* [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-chat)
|
34 |
|
|
|
24 |
inference: false
|
25 |
---
|
26 |
|
27 |
+
# MPT-7B-Chat-8k
|
28 |
|
29 |
MPT-7B-Chat-8k is a chatbot-like model for dialogue generation.
|
30 |
It was built by finetuning [MPT-7B-8k](https://huggingface.co/mosaicml/mpt-7b-8k) on the [ShareGPT-Vicuna](https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered), [Camel-AI](https://huggingface.co/camel-ai),
|
31 |
[GPTeacher](https://github.com/teknium1/GPTeacher), [Guanaco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco), [Baize](https://github.com/project-baize/baize-chatbot) and some generated datasets.
|
32 |
+
This is the same dataset that [MPT-30B-Chat](https://huggingface.co/mosaicml/mpt-30b-chat) was trained on.
|
33 |
* License: _CC-By-NC-SA-4.0_ (non-commercial use only)
|
34 |
* [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-chat)
|
35 |
|