K.T
commited on
Commit
•
0efc413
1
Parent(s):
e53e88d
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,24 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
<style>
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
8 |
-
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- Seikaijyu/Beautiful-Chinese
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
<style>
|
10 |
+
.aa{
|
11 |
+
background-color: red;
|
12 |
+
color:green;
|
13 |
+
}
|
14 |
+
h1{
|
15 |
+
color:red;
|
16 |
+
background-color: green;
|
17 |
}
|
18 |
+
</style>
|
19 |
+
<div class = aa>
|
20 |
+
<h1>素质超级低下的模型!</h1>
|
21 |
+
<p>使用优美中国话数据集训练!</p>
|
22 |
+
<h1>格式</h1>
|
23 |
+
<p>使用Alpaca格式与其交流!</p>
|
24 |
+
</div>
|