CoolFace
Datasetpublic

boapps/kmdb_relation_extraction

Dataset Card for "kmdb_relation_extraction" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes10downloads
README.md40 linesDownload Raw Back to root
1---2configs:3- config_name: default4  data_files:5  - split: validation6    path: data/validation-*7  - split: test8    path: data/test-*9  - split: train10    path: data/train-*11dataset_info:12  features:13  - name: paragraph14    dtype: string15  - name: relations16    list:17    - name: explanation18      dtype: string19    - name: object20      dtype: string21    - name: relation22      dtype: string23    - name: subject24      dtype: string25  splits:26  - name: validation27    num_bytes: 9116528    num_examples: 10629  - name: test30    num_bytes: 8627531    num_examples: 10632  - name: train33    num_bytes: 91137634    num_examples: 104935  download_size: 70248836  dataset_size: 108881637---38# Dataset Card for "kmdb_relation_extraction"39 40[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)