frenchNER_3entities / README.md
bourdoiscatie's picture
Upload README.md with huggingface_hub
1868d6b
|
raw
history blame
744 Bytes
metadata
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: tokens
      sequence: string
    - name: ner_tags
      sequence: int64
    - name: dataset
      dtype: string
  splits:
    - name: train
      num_bytes: 119063386
      num_examples: 287237
    - name: validation
      num_bytes: 12398792
      num_examples: 33464
    - name: test
      num_bytes: 16147720
      num_examples: 42144
  download_size: 34687801
  dataset_size: 147609898

Dataset Card for "frenchNER"

More Information needed