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