test_ner / README.md
m-aliabbas1's picture
Upload README.md with huggingface_hub
9a1d51a
|
raw
history blame
593 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: tokens
      sequence: string
    - name: ner_tags
      sequence: string
  splits:
    - name: train
      num_bytes: 40184.8938547486
      num_examples: 304
    - name: test
      num_bytes: 7138.106145251397
      num_examples: 54
  download_size: 8540
  dataset_size: 47323

Dataset Card for "test_ner"

More Information needed