Skip to content

Update Custom_Named_Entity_Recognition_with_BERT.ipynb#167

Open
sufianj wants to merge 1 commit intoNielsRogge:masterfrom
sufianj:patch-1
Open

Update Custom_Named_Entity_Recognition_with_BERT.ipynb#167
sufianj wants to merge 1 commit intoNielsRogge:masterfrom
sufianj:patch-1

Conversation

@sufianj
Copy link

@sufianj sufianj commented Aug 19, 2022

Hello, adding label for special token [SEP] to the end of the label list should be either labels.append("O") or labels.insert(len(labels), "O").

Hello, adding label for special token [SEP] to the end of the label list should be either labels.append("O") or  labels.insert(len(labels), "O").
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant