NER-BERT-CRF icon indicating copy to clipboard operation
NER-BERT-CRF copied to clipboard

Results 6 NER-BERT-CRF issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to run the code and got this error! can you help please Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex. Python version 3.7.12 (default,...

I think line 875 at function DataLoader, the collate_fn=pad should be collate_fn=NerDataset.pad ...

I think that the special token X was used in BERT paper v1 but not used in v2. [BERT paper v2 ](https://arxiv.org/pdf/1810.04805.pdf)is written below. ``` 5.3 Feature-based Approach with BERT...

Hi, I tried to run ur code but it gave me this error ![Screen Shot 2020-11-26 at 8 27 17 AM](https://user-images.githubusercontent.com/58187895/100320312-4eabaf00-2fc1-11eb-82bf-664d7cd34b63.png) Can u help plz thank u

Hello, Do you have a paper on this work? or planning to publish one?