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