--- library_name: transformers license: mit datasets: - eriktks/conll2003 language: - en metrics: - seqeval base_model: - google-bert/bert-base-uncased model-index: - name: Bert-ner results: - task: type: text-classification dataset: type: eriktks/conll2003 name: ConLL-2003 metrics: - name: accuracy type: accuracy value: 0.986 verified: false - name: f1 type: f1 value: 0.937 verified: false --- # Model Card for Model ID We fine-tuned Google Bert on the CoNLL-2003 dataset to realize named entity recognition (NER).