Open Salim-2020 opened 2 years ago
Hello, what is ner_text data? It's better to export JSON in LS native format and write the converter by yourself, it should be pretty easy if you are familiar with python.
ner_text data? : this is NAMED ENTITY RECOGNITION for nlp.
I exported the json file but I couldn't extract the data and write a data to train my bert model
Try to check this example - https://labelstud.io/guide/predictions.html#Import-pre-annotations-for-text , hope this helps for better understanding.
Hello,
I annotated my data to use them in a deep learning model, but I can't form the csv exported by label studio to a NER_text data, please do you have a python code that allows you to form a ner_text data ?
Thankyou