Instructions to use luffycodes/roberta-large-md-conllpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luffycodes/roberta-large-md-conllpp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="luffycodes/roberta-large-md-conllpp")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("luffycodes/roberta-large-md-conllpp") model = AutoModelForTokenClassification.from_pretrained("luffycodes/roberta-large-md-conllpp") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c691cb26eca11e86bcd9417af115cce2bdbab189c733d5e9b04401061a8698ff
- Size of remote file:
- 3.31 kB
- SHA256:
- 57bb12317a65c0340126f1d6dce2a9a6c8c765ab50f43fd4b3d963a35fbe51f0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.