File size: 1,327 Bytes
c363cb7
19207f9
c363cb7
 
 
 
 
 
b5ae0fc
c363cb7
 
19207f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c363cb7
 
 
ee7f04c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
language:
- en
tags:
- token-classification
- pytorch
license: apache-2.0
datasets:
- conll2003
metrics:
- Accuracy, F1 Score, Precision, Recall
model-index:
- name: bhadresh-savani/electra-base-discriminator-finetuned-conll03-english
  results:
  - task:
      type: token-classification
      name: Token Classification
    dataset:
      name: conll2003
      type: conll2003
      config: conll2003
      split: test
    metrics:
    - name: Accuracy
      type: accuracy
      value: 0.9397659001450176
      verified: true
    - name: Precision
      type: precision
      value: 0.9492206245667668
      verified: true
    - name: Recall
      type: recall
      value: 0.9468813162653806
      verified: true
    - name: F1
      type: f1
      value: 0.9480495273598721
      verified: true
    - name: loss
      type: loss
      value: 0.3468747138977051
      verified: true
---

# Electra Base Discriminator conll03 English

# Results:
 ```
 ***** predict metrics *****
  predict_accuracy           =     0.9813
  predict_f1                 =     0.9137
  predict_loss               =     0.1251
  predict_precision          =     0.9098
  predict_recall             =     0.9177
  predict_runtime            = 0:00:10.11
  predict_samples_per_second =    341.368
  predict_steps_per_second   =     42.696
 ```