librarian-bot's picture
Librarian Bot: Add base_model information to model
bf9df23
|
raw
history blame
868 Bytes
metadata
language:
  - en
  - id
license: apache-2.0
metrics:
  - precision
  - recall
  - f1
  - accuracy
pipeline_tag: token-classification
base_model: bert-base-uncased
model-index:
  - name: bert-base-uncased-conll2003
    results:
      - task:
          type: token-classification
          name: Token Classification
        dataset:
          name: conll2003
          type: conll2003
          config: conll2003
          split: test
          args: conll2003
        metrics:
          - type: precision
            value: 0.8859315589353612
            name: Precision
          - type: recall
            value: 0.9075779036827195
            name: Recall
          - type: f1
            value: 0.8966241035508133
            name: F1
          - type: accuracy
            value: 0.9788521589318402
            name: Accuracy

bert-base-uncased-conll2003

This model is a fine-tuned version of bert-base-uncased on the conll2003 dataset.