BERT-NER
BERT-NER copied to clipboard
Pytorch-Named-Entity-Recognition-with-BERT
Results
33
BERT-NER issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for the example of the inference for NER with BERT in c++. I have a question about that: I would like to use your example for my custom...
I did some changes to make the inference to run in macOS: - I had to add the missing header [stdc++.h](https://gist.github.com/loretoparisi/826eee56aec86d6d802c22930d057c4d), that ca be added in the `unilib/` folder -...