microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
https://aka.ms/GeneralAI
MIT License
20.19k stars 2.55k forks source link

Label Dataset #179

Open sarahbacha opened 4 years ago

sarahbacha commented 4 years ago

Describe Model I am using (LayoutLM ...): Can I label my dataset something other than (0-15) I tried labeling it 16 and above I get an error on in convert_examples_to_features KeyError: '17'

wolfshow commented 4 years ago

@sarahbacha I don't quite understand your question. Can you show more details?

sarahbacha commented 4 years ago

If I want to classify more than 16 types of forms

nv-quan commented 4 years ago

I think you need to delete the cached files and try again.