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