ner.make-gold shows 20 tasks with 200+ lines csv source

UPD: Nevermind, looks like I messed up with something. Works as intended with reinstalled prodigy and new dataset .

I’m trying to make a gold NER evaluation dataset with command.

$ pgy ner.make-gold ds-gold ./ner-model ../../input/unrolled.csv --label=ACTION,TARGET,DETAILS

But I have only 20 tasks in UI even though

$ wc -l ../../input/unrolled.csv
229 ../../input/unrolled.csv

How can I label my entire dataset?

Environment details

$ pgy stats

  ✨  Prodigy stats

  Version            1.4.1
  Location           /home/shedar/.local/lib/python3.6/site-packages/prodigy
  Prodigy Home       /home/shedar/.prodigy
  Platform           Linux-4.13.0-37-generic-x86_64-with-Ubuntu-17.10-artful
  Python Version     3.6.3
  Database Name      SQLite
  Database Id        sqlite
  Total Datasets     3
  Total Sessions     18
1 Like