SpanMarkerNER
SpanMarkerNER copied to clipboard
SpanMarker for Named Entity Recognition
HI @tomaarsen, Thanks a lot for your amazing work! While running the `trainer.train()` cell in [the "getting_started.ipynb"](https://github.com/tomaarsen/SpanMarkerNER/blob/main/notebooks/getting_started.ipynb), I got this error: I'm using Python 3.11.6, torch: '2.3.0+cu121' transformers: '4.41.2' ````...
Hi @tomaarsen Can you please provide some link/reference to custom dataset creation which can work with SpanMarker code? Like from CSV file which has some data. Please share as I...
Hi again @tomaarsen, Based on your thesis, the strict evaluation metric is used: "Strict evaluation metrics are applied, relying on both the correctness of the entity boundary and the entity...
Is there any way to pass a specific threshold when doing inference (predict)? I was checking the predictions that I got and all of them seems to have scores above...