Instructions to use sapienzanlp/relik-entity-linking-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Relik
How to use sapienzanlp/relik-entity-linking-small with Relik:
from relik import Relik relik = Relik.from_pretrained("sapienzanlp/relik-entity-linking-small") - Notebooks
- Google Colab
- Kaggle
What's the source of the ids?
#1
by mflemingathena - opened
Hi,
I was curious what knowledge base / source the model is linking to. The accuracy is great, but would like to know where the ID comes from.
-Matt