Resume parser

Hello currently i am working on project that parses resume data(from pd,doc) and displays all the details from resume including
1.name
2.email id
3.phone no
4.skill set (multiple skills )(primary focus)
5.previous companies worked at
6.education
i have downloaded a dataset from dataturks .after converting it to spacy format and training iam getting this error:
"ValueError: [E024] Could not find an optimal move to supervise the parser. Usually, this means the GoldParse was not correct. For example, are all labels added to the model?
"
please help me fix this .Also give me information on how i could fetch all the above given entities from a resume.need help fast

Hi, I'm working on the same task now and wondering if you solved that problem ??