connl_rlhf / README.md
janani4office2's picture
Upload README.md with huggingface_hub
fa61461
|
raw
history blame
577 Bytes
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: text
      dtype: string
    - name: entities
      dtype: string
  splits:
    - name: train
      num_bytes: 1818001
      num_examples: 14041
    - name: validation
      num_bytes: 450958
      num_examples: 3250
    - name: test
      num_bytes: 419551
      num_examples: 3453
  download_size: 1557421
  dataset_size: 2688510