prompterminal/bagua
I Ching Bagua Dataset Training dataset for I Ching (Book of Changes) interpretation containing all 64 hexagrams and 8 trigrams from https://mocagh.org/origin/windwalker-iching.pdf. Dataset Details Total Examples: 1,034 Coverage: All 64 hexagrams + 8 trigrams (Bagua) Format: Instruction-output pairs Language: English Structure Each example has: instruction: Question about a hexagram or trigram output: Interpretation and meaning Usage… See the full description on the dataset page: https://huggingface.co/datasets/prompterminal/bagua.
I Ching Bagua Dataset
Training dataset for I Ching (Book of Changes) interpretation containing all 64 hexagrams and 8 trigrams from https://mocagh.org/origin/windwalker-iching.pdf.
Dataset Details
- Total Examples: 1,034
- Coverage: All 64 hexagrams + 8 trigrams (Bagua)
- Format: Instruction-output pairs
- Language: English
Structure
Each example has:
instruction: Question about a hexagram or trigramoutput: Interpretation and meaning
Usage
from datasets import load_dataset
dataset = load_dataset("prompterminal/bagua")