Instructions to use benjamin/wtp-canine-s-3l with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use benjamin/wtp-canine-s-3l with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="benjamin/wtp-canine-s-3l")# Load model directly from transformers import AutoModelForTokenClassification model = AutoModelForTokenClassification.from_pretrained("benjamin/wtp-canine-s-3l", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d2c30fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4698de98260416ca3fb16dadc8b6a45e51f1365af2e8db2c87a5cea1e66b1ff6
size 3439
|