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
- Xet hash:
- 425118a5c37dc761d9c8e81274db4e9149f1bdaabb68a0aefc5a65bae28cf142
- Size of remote file:
- 4.54 kB
- SHA256:
- 66e143184cb54a00de1c933b1bc3d77ac2da16614e476291bb2c07294639aa84
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.