diff --git a/spacy/pipeline/pipes.pyx b/spacy/pipeline/pipes.pyx
index 9bf244aed..97c3a0cdf 100644
--- a/spacy/pipeline/pipes.pyx
+++ b/spacy/pipeline/pipes.pyx
@@ -1099,7 +1099,7 @@ cdef class EntityRecognizer(Parser):
 
     name = "ner"
     TransitionSystem = BiluoPushDown
-    nr_feature = 6
+    nr_feature = 3
 
     def add_multitask_objective(self, target):
         if target == "cloze":