Instructions to use RJuro/SciNERTopic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RJuro/SciNERTopic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="RJuro/SciNERTopic")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RJuro/SciNERTopic") model = AutoModelForTokenClassification.from_pretrained("RJuro/SciNERTopic") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a423128 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d83abaa088500f60b311217a283ece7af9e343870723353ddd81d3a2fafa0c0d
size 437498929
|