Commit
·
c7fc621
1
Parent(s):
3ab1f76
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
widget:
|
4 |
-
- text: '
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: conversational
|
@@ -15,6 +15,7 @@ tags:
|
|
15 |
This is a text generation model based on the [OPT-1.3B](https://huggingface.co/facebook/opt-1.3b) model from Meta, trained using the Deepspeed library. The model can generate natural and engaging conversational responses given a user input.
|
16 |
|
17 |
A Demo is [available here](https://huggingface.co/spaces/KoalaAI/OPT-Chat)
|
|
|
18 |
|
19 |
## Training Details
|
20 |
|
|
|
1 |
---
|
2 |
license: other
|
3 |
widget:
|
4 |
+
- text: 'What is the capital of France?'
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: conversational
|
|
|
15 |
This is a text generation model based on the [OPT-1.3B](https://huggingface.co/facebook/opt-1.3b) model from Meta, trained using the Deepspeed library. The model can generate natural and engaging conversational responses given a user input.
|
16 |
|
17 |
A Demo is [available here](https://huggingface.co/spaces/KoalaAI/OPT-Chat)
|
18 |
+
The model is best at simple Q&A style questions, not open-ended ones like ChatGPT.
|
19 |
|
20 |
## Training Details
|
21 |
|