Project-NSE
Results
2
issues of
Project-NSE
I want to create a custom NER tag using GPT2. I want to use [this model](https://huggingface.co/openai-community/gpt2). I am familiar with SpaCy custom training framework. I formatted the config.cfg file as...
Can I use [Roberta-base](https://huggingface.co/FacebookAI/roberta-base) for custom "Named Entity Recognition(NER)"? I have my own dataset which is tagged for a custom entity. I already used roberta-base for NER using Spacy.
question
needs triage