rubert_ner_SDDCS_1 / README.md
Mykes's picture
Upload dataset
e9b180e verified
metadata
dataset_info:
  features:
    - name: sentence
      sequence: string
    - name: word_labels
      sequence:
        class_label:
          names:
            '0': B-GENDER
            '1': O
            '2': B-DISEASE
            '3': I-DISEASE
            '4': B-SYMPTOM
            '5': I-SYMPTOM
            '6': B-SPECIALITY
            '7': B-CITY
            '8': B-SUBWAY
            '9': I-SUBWAY
            '10': B-DRUG
            '11': B-AGE
            '12': I-CITY
            '13': I-AGE
  splits:
    - name: train
      num_bytes: 3729167.137533274
      num_examples: 7212
    - name: validation
      num_bytes: 932808.8624667259
      num_examples: 1804
  download_size: 618732
  dataset_size: 4661976
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*