sam-mosaic
commited on
Commit
•
e7119f3
1
Parent(s):
ff5f398
fix mpt-7b base link
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ inference: false
|
|
12 |
# MPT-7B-Instruct
|
13 |
|
14 |
MPT-7B-Instruct is a model for short-form instruction following.
|
15 |
-
It is built by finetuning [MPT-7B](https://huggingface.co/
|
16 |
* License: _CC-By-SA-3.0_
|
17 |
* [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-instruct)
|
18 |
|
|
|
12 |
# MPT-7B-Instruct
|
13 |
|
14 |
MPT-7B-Instruct is a model for short-form instruction following.
|
15 |
+
It is built by finetuning [MPT-7B](https://huggingface.co/mosaicml/mpt-7b) on a [dataset](https://huggingface.co/datasets/sam-mosaic/dolly_hhrlhf) derived from the [Databricks Dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) and the [Anthropic Helpful and Harmless (HH-RLHF)](https://huggingface.co/datasets/Anthropic/hh-rlhf) datasets.
|
16 |
* License: _CC-By-SA-3.0_
|
17 |
* [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-instruct)
|
18 |
|