Update README.md
This commit is contained in:
parent
1bfa4d0f34
commit
fe0fd76075
|
@ -6,12 +6,19 @@ thumbnail: null
|
||||||
tags:
|
tags:
|
||||||
- text generation
|
- text generation
|
||||||
- conversational
|
- conversational
|
||||||
|
- reupload
|
||||||
inference: false
|
inference: false
|
||||||
duplicated_from: PygmalionAI/pygmalion-6b
|
duplicated_from: PygmalionAI/pygmalion-6b
|
||||||
---
|
---
|
||||||
|
|
||||||
# Pygmalion 6B
|
# Pygmalion 6B
|
||||||
|
|
||||||
|
This is a reupload of the [original model](https://huggingface.co/PygmalionAI/pygmalion-6b). Sharded variants are available in separate branches.
|
||||||
|
|
||||||
|
All credit goes to the [PygmalionAI team](https://huggingface.co/PygmalionAI).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Model description
|
## Model description
|
||||||
|
|
||||||
Pymalion 6B is a proof-of-concept dialogue model based on EleutherAI's [GPT-J-6B](https://huggingface.co/EleutherAI/gpt-j-6B).
|
Pymalion 6B is a proof-of-concept dialogue model based on EleutherAI's [GPT-J-6B](https://huggingface.co/EleutherAI/gpt-j-6B).
|
||||||
|
@ -57,4 +64,4 @@ Apart from chat history, you can also just add example conversations in `[DIALOG
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
||||||
We haven't played around with the model enough to enumerate them. Feel free to give us some feedback!
|
We haven't played around with the model enough to enumerate them. Feel free to give us some feedback!
|
Loading…
Reference in New Issue