Is there any way in which i can convert my CSV data directly to Conll2003 format?
So that i can do transfer learning with my custom dataset on top of already established model (distilbert-base-uncased)
I want to follow the above process because I saw hugging face notebook ( notebooks/token_classification.ipynb at main 路 huggingface/notebooks 路 GitHub)
in which they have used Conll2003 data
My data looks like in the below screenshot