Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
<img src="ShaNet.png" alt="ShaNet Banner" width="100%">
|
3 |
|
@@ -12,4 +18,4 @@ ShaNet is a generative pre-trained transformer trained on conversational data, i
|
|
12 |
- **Open Source**: Available for use and modification.
|
13 |
|
14 |
## Installation
|
15 |
-
To install ShaNet, you can downlaod all files and run chat.py script.
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- lmsys/lmsys-chat-1m
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
|
8 |
<img src="ShaNet.png" alt="ShaNet Banner" width="100%">
|
9 |
|
|
|
18 |
- **Open Source**: Available for use and modification.
|
19 |
|
20 |
## Installation
|
21 |
+
To install ShaNet, you can downlaod all files and run chat.py script.
|