scrapinghub / python-crfsuite

A python binding for crfsuite
MIT License
769 stars 223 forks source link

CRFsuite training too slow #142

Open KEDSARAMAY opened 2 years ago

KEDSARAMAY commented 2 years ago

I train NER on CRFsuite but it is too slow(9 hours+). my train data includes 66436 sentences with average 57 tokens/sentence. my test data includes 1365 sentences with average 24 tokens/sentence. I put only 7 features. Output is only 13 labels.

I run on Colab Pro.