Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use RantiRepo/job_classifier_xlmroberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RantiRepo/job_classifier_xlmroberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RantiRepo/job_classifier_xlmroberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("RantiRepo/job_classifier_xlmroberta") model = AutoModelForSequenceClassification.from_pretrained("RantiRepo/job_classifier_xlmroberta") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a344f01 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c90f1af3b3d7513a630dde97e8e3931c051f1ee48c3a69c0b334fff39224b330
size 5777
|