Text Generation
Transformers
PyTorch
mpt
Composer
MosaicML
llm-foundry
custom_code
text-generation-inference
jacobfulano commited on
Commit
40d42d3
1 Parent(s): bc8d900

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  # MPT-7B-Chat
12
 
13
  MPT-7B-Chat is a chatbot-like model for dialogue generation.
14
- It is built by finetuning [MPT-7B](https://huggingface.co/spaces/mosaicml/mpt-7b) on the [ShareGPT-Vicuna](https://huggingface.co/datasets/jeffwan/sharegpt_vicuna), [HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3),
15
  [Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca), [HH-RLHF](https://huggingface.co/datasets/Anthropic/hh-rlhf), and [Evol-Instruct](https://huggingface.co/datasets/victor123/evol_instruct_70k) datasets.
16
  * License: _CC-By-NC-SA-4.0_ (non-commercial use only)
17
  * [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-chat)
@@ -59,4 +59,4 @@ Apache-2.0 (commercial use permitted)
59
 
60
  ## Acknowledgements
61
 
62
- This model was finetuned by Sam Havens
 
11
  # MPT-7B-Chat
12
 
13
  MPT-7B-Chat is a chatbot-like model for dialogue generation.
14
+ It was built by finetuning [MPT-7B](https://huggingface.co/spaces/mosaicml/mpt-7b) on the [ShareGPT-Vicuna](https://huggingface.co/datasets/jeffwan/sharegpt_vicuna), [HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3),
15
  [Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca), [HH-RLHF](https://huggingface.co/datasets/Anthropic/hh-rlhf), and [Evol-Instruct](https://huggingface.co/datasets/victor123/evol_instruct_70k) datasets.
16
  * License: _CC-By-NC-SA-4.0_ (non-commercial use only)
17
  * [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-chat)
 
59
 
60
  ## Acknowledgements
61
 
62
+ This model was finetuned by Sam Havens and the MosaicML NLP team