tjaffri's picture
Upload README.md with huggingface_hub
64e785a
metadata
license: mit
language:
  - en
size_categories:
  - 1K<n<10K
source_datasets:
  - original
task_categories:
  - text2text-generation
  - text-generation
dataset_info:
  features:
    - name: Text
      dtype: string
    - name: Ground Truth
      dtype: string
    - name: docugami/dfm-csl-large
      dtype: string
  splits:
    - name: eval
      num_bytes: 1137328
      num_examples: 1088
    - name: train
      num_bytes: 83236
      num_examples: 104
  download_size: 572546
  dataset_size: 1220564
tags:
  - docugami
  - dfm-csl
  - xml-knowledge-graphs
pretty_name: Contextual Semantic Lables (Large)

Contextual Semantic Labels (Large) Benchmark Dataset

Please see https://github.com/docugami/DFM-benchmarks for more details, eval code, and current scores for different models.

Using Dataset

Please refer to standard huggingface documentation to use this dataset: https://huggingface.co/docs/datasets/index

The explore.ipynb notebook has some reference code.