people-daily-ner / README.md
xusenlin's picture
Upload README.md with huggingface_hub
cb4798c
|
raw
history blame
712 Bytes
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: entities
      list:
        - name: id
          dtype: int64
        - name: entity
          dtype: string
        - name: start_offset
          dtype: int64
        - name: end_offset
          dtype: int64
        - name: label
          dtype: string
  splits:
    - name: train
      num_bytes: 4564472
      num_examples: 20864
    - name: test
      num_bytes: 1025142
      num_examples: 4636
    - name: validation
      num_bytes: 510546
      num_examples: 2318
  download_size: 3891711
  dataset_size: 6100160

Dataset Card for "people-daily-ner"

More Information needed