kgclue-knowledge / README.md
luozhouyang's picture
Update README.md
acc2f02
|
raw
history blame contribute delete
No virus
396 Bytes

KgCLUE-Knowledge

The original data is from CLUEbenchmark/KgCLUE.

Here is a JSON version of the original knowledge base.

Usage

from datasets import load_dataset

dataset = load_dataset("luozhouyang/kgclue-knowledge")

# or select files
dataset = load_dataset("luozhouyang/kgclue-knowledge", data_files=["kgclue.knowledge00.jsonl"])