AWeirdDev commited on
Commit
d2823ed
1 Parent(s): 835a947

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -19,3 +19,35 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ # confucius
24
+
25
+ Confucius for real. See all [analects](https://ctext.org/analects).
26
+
27
+ ```python
28
+ from datasets import load_dataset
29
+
30
+ dataset = load_dataset("AWeirdDev/confucius")
31
+ ```
32
+
33
+ ## Format
34
+
35
+ ```python
36
+ {
37
+ "chapter": "學而", # Chapter name
38
+ "content": "子曰:「學而時習之,不亦說乎?…", # Content
39
+ "translation": "孔子說:「經常學習,不也喜悅嗎?…" # Translated (zh-TW)
40
+ }
41
+ ```
42
+
43
+
44
+ <div align="center">
45
+ <figure>
46
+ <img
47
+ src="https://cdn-uploads.huggingface.co/production/uploads/640739e3a5e2ff2832ead08b/Ks3e4yFB5v9jN4F19rQ6v.png"
48
+ alt="Confucius lore"
49
+ width="300"
50
+ />
51
+ <figcaption>Confucius, confused.</figcaption>
52
+ </figure>
53
+ </div>