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
- Xet hash:
- def26f1402a8b3768f136280933a5fb1ae919de7cff35c50196b7d49871a9830
- Size of remote file:
- 17.1 MB
- SHA256:
- 93189c5d9a15db043017cfd920e00cf72fe9a4220bd74b460b635f6aa85a61a2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.