Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,20 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# confucius
|
@@ -50,4 +64,4 @@ dataset = load_dataset("AWeirdDev/confucius")
|
|
50 |
/>
|
51 |
<figcaption>Confucius, confused.</figcaption>
|
52 |
</figure>
|
53 |
-
</div>
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: mit
|
22 |
+
task_categories:
|
23 |
+
- translation
|
24 |
+
- text-generation
|
25 |
+
language:
|
26 |
+
- zh
|
27 |
+
tags:
|
28 |
+
- chinese
|
29 |
+
- analect
|
30 |
+
- confucius
|
31 |
+
- language
|
32 |
+
pretty_name: Confucius Analects
|
33 |
+
size_categories:
|
34 |
+
- n<1K
|
35 |
---
|
36 |
|
37 |
# confucius
|
|
|
64 |
/>
|
65 |
<figcaption>Confucius, confused.</figcaption>
|
66 |
</figure>
|
67 |
+
</div>
|