resume-ner / README.md
PassbyGrocer's picture
Update README.md
53c676f verified
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: tokens
      sequence: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': O
            '1': B-CONT
            '2': I-CONT
            '3': B-EDU
            '4': I-EDU
            '5': B-LOC
            '6': I-LOC
            '7': B-NAME
            '8': I-NAME
            '9': B-ORG
            '10': I-ORG
            '11': B-PRO
            '12': I-PRO
            '13': B-RACE
            '14': I-RACE
            '15': B-TITLE
            '16': I-TITLE
  splits:
    - name: train
      num_bytes: 1863403
      num_examples: 3821
    - name: test
      num_bytes: 227288
      num_examples: 477
    - name: validation
      num_bytes: 208558
      num_examples: 463
  download_size: 295865
  dataset_size: 2299249
task_categories:
  - token-classification
language:
  - zh
pretty_name: Resume Chinese NER

Dataset Card for Dataset Name

This dataset card aims to be a base template for new datasets. It has been generated using this raw template.

Dataset Details

Dataset Description

  • Curated by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Language(s) (NLP): [More Information Needed]
  • License: [More Information Needed]

Dataset Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Dataset Structure

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Dataset Card Authors [optional]

[More Information Needed]

Dataset Card Contact

[More Information Needed]