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