Instructions to use wietsedv/xlm-roberta-base-ft-udpos28-hr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wietsedv/xlm-roberta-base-ft-udpos28-hr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="wietsedv/xlm-roberta-base-ft-udpos28-hr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("wietsedv/xlm-roberta-base-ft-udpos28-hr") model = AutoModelForTokenClassification.from_pretrained("wietsedv/xlm-roberta-base-ft-udpos28-hr") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
7edbb67 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c95eed2cad47ebbd65290250a48a3819864352f4426eb5fd7ad23eeca952f00b
size 1109946481
|