arubenruben's picture
Upload README.md with huggingface_hub
80c9e72
|
raw
history blame
No virus
858 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: tokens
      sequence: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': O
            '1': B-PESSOA
            '2': I-PESSOA
            '3': B-ORGANIZACAO
            '4': I-ORGANIZACAO
            '5': B-LOCAL
            '6': I-LOCAL
            '7': B-TEMPO
            '8': I-TEMPO
            '9': B-VALOR
            '10': I-VALOR
  splits:
    - name: train
      num_bytes: 1506357
      num_examples: 121
    - name: validation
      num_bytes: 51302
      num_examples: 8
    - name: test
      num_bytes: 1062698
      num_examples: 128
  download_size: 533156
  dataset_size: 2620357

Dataset Card for "primeiro_harem_conll_2003_style"

More Information needed