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