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