Text Classification
Transformers
ONNX
Safetensors
German
xlm-roberta
job-classification
german
taxonomy-main
text-embeddings-inference
Instructions to use Ashybalka/xlm-roberta-taxonomy-main-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ashybalka/xlm-roberta-taxonomy-main-de with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ashybalka/xlm-roberta-taxonomy-main-de")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Ashybalka/xlm-roberta-taxonomy-main-de") model = AutoModelForSequenceClassification.from_pretrained("Ashybalka/xlm-roberta-taxonomy-main-de", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "accuracy": 0.8174698795180723, | |
| "f1_macro": 0.7814543651933379, | |
| "f1_weighted": 0.818786790418718 | |
| } |