d1ef
commited on
Commit
·
9756d3d
1
Parent(s):
3275a1f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
widget:
|
7 |
+
- text: >-
|
8 |
+
A chat between a curious human and an artificial intelligence assistant. The
|
9 |
+
assistant gives helpful, detailed, and polite answers to the human's
|
10 |
+
questions.
|
11 |
+
|
12 |
+
### Human: Who are you?
|
13 |
+
|
14 |
+
### Assistant:
|
15 |
---
|
16 |
+
|
17 |
+
|
18 |
+
This model is finetuned from google/flan-t5-large.
|
19 |
+
|
20 |
+
Chat demo:
|
21 |
+
https://huggingface.co/spaces/df-h/viachat-v2.0
|
22 |
+
|
23 |
+
|
24 |
+
Training data:
|
25 |
+
ShareGPT
|
26 |
+
|
27 |
+
Training ref:
|
28 |
+
https://github.com/lm-sys/FastChat
|