|
--- |
|
dataset_info: |
|
features: |
|
- name: chapter |
|
dtype: string |
|
- name: content |
|
dtype: string |
|
- name: translation |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 163063 |
|
num_examples: 503 |
|
download_size: 100365 |
|
dataset_size: 163063 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
license: mit |
|
task_categories: |
|
- translation |
|
- text-generation |
|
language: |
|
- zh |
|
tags: |
|
- chinese |
|
- analect |
|
- confucius |
|
- language |
|
pretty_name: Confucius Analects |
|
size_categories: |
|
- n<1K |
|
--- |
|
|
|
# confucius |
|
|
|
Confucius for real. See all [analects](https://ctext.org/analects). |
|
|
|
```python |
|
from datasets import load_dataset |
|
|
|
dataset = load_dataset("AWeirdDev/confucius") |
|
``` |
|
|
|
## Format |
|
|
|
```python |
|
{ |
|
"chapter": "學而", # Chapter name |
|
"content": "子曰:「學而時習之,不亦說乎?…", # Content |
|
"translation": "孔子說:「經常學習,不也喜悅嗎?…" # Translated (zh-TW) |
|
} |
|
``` |
|
|
|
|
|
<div align="center"> |
|
<figure> |
|
<img |
|
src="https://cdn-uploads.huggingface.co/production/uploads/640739e3a5e2ff2832ead08b/Ks3e4yFB5v9jN4F19rQ6v.png" |
|
alt="Confucius lore" |
|
width="300" |
|
/> |
|
<figcaption>Confucius, confused.</figcaption> |
|
</figure> |
|
</div> |