histnero / README.md
avramandrei's picture
Update README.md
a6cc79d verified
|
raw
history blame
No virus
1.04 kB
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': O
            '1': B-PERS
            '2': I-PERS
            '3': B-ORG
            '4': I-ORG
            '5': B-LOC
            '6': I-LOC
            '7': B-PROD
            '8': I-PROD
            '9': B-DATE
            '10': I-DATE
    - name: tokens
      sequence: string
    - name: doc_id
      dtype: string
    - name: region
      dtype: string
  splits:
    - name: train
      num_bytes: 4446694.039497307
      num_examples: 8020
    - name: test
      num_bytes: 556113.9802513465
      num_examples: 1003
    - name: valid
      num_bytes: 556113.9802513465
      num_examples: 1003
  download_size: 1458677
  dataset_size: 5558922
task_categories:
  - token-classification
language:
  - ro
tags:
  - ner
  - history
  - romanian
size_categories:
  - 10K<n<100K