finer-139-std / README.md
Volavion's picture
Upload standardized FiNER-139 dataset with XBRL tags
d4859f1 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: tokens
      list: string
    - name: ner_tags
      list: string
    - name: tag_names
      list: string
    - name: tag_indices
      list: int64
    - name: label_split
      dtype: string
  splits:
    - name: train
      num_bytes: 618051838
      num_examples: 900384
    - name: test
      num_bytes: 76506359
      num_examples: 108378
    - name: validation
      num_bytes: 78790947
      num_examples: 112494
  download_size: 96020887
  dataset_size: 773349144
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*