Instructions to use ArjanvD95/dbnl_gysbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ArjanvD95/dbnl_gysbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ArjanvD95/dbnl_gysbert")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ArjanvD95/dbnl_gysbert") model = AutoModelForTokenClassification.from_pretrained("ArjanvD95/dbnl_gysbert") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun14_09-42-12_afebf84248ce
- Jun14_09-46-44_afebf84248ce
- Jun14_09-52-23_afebf84248ce
- Jun14_09-58-01_afebf84248ce
- Jun14_10-04-00_afebf84248ce
- Jun14_10-14-20_afebf84248ce
- Jun14_10-27-25_afebf84248ce
- Jun14_10-42-21_afebf84248ce
- Jun14_11-19-28_afebf84248ce
- Jun14_11-57-22_afebf84248ce
- Jun14_12-41-24_afebf84248ce
- Jun14_13-13-52_afebf84248ce
- Jun14_13-44-10_afebf84248ce