Instructions to use Shresthadev403/ner-bert-ingredientstesting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shresthadev403/ner-bert-ingredientstesting with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Shresthadev403/ner-bert-ingredientstesting")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Shresthadev403/ner-bert-ingredientstesting") model = AutoModelForTokenClassification.from_pretrained("Shresthadev403/ner-bert-ingredientstesting") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan17_06-16-27_9e8811c6b851
- Jan17_06-28-03_9e8811c6b851
- Jan17_06-30-10_9e8811c6b851
- Jan17_06-31-51_9e8811c6b851
- Jan17_06-34-08_9e8811c6b851
- Jan17_06-36-29_9e8811c6b851
- Jan17_06-45-41_9e8811c6b851
- Jan17_06-57-58_9e8811c6b851
- Jan17_06-59-56_9e8811c6b851
- Jan17_07-01-14_9e8811c6b851
- Jan17_07-03-37_9e8811c6b851
- Jan22_02-43-32_fbf1b033956c
- Jan30_10-22-15_1f29a6e67489