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
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ metrics:
|
|
| 12 |
model-index:
|
| 13 |
- name: job_classifier_model_v2
|
| 14 |
results: []
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -66,4 +68,4 @@ The following hyperparameters were used during training:
|
|
| 66 |
- Transformers 4.56.1
|
| 67 |
- Pytorch 2.8.0+cu126
|
| 68 |
- Datasets 4.0.0
|
| 69 |
-
- Tokenizers 0.22.0
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: job_classifier_model_v2
|
| 14 |
results: []
|
| 15 |
+
datasets:
|
| 16 |
+
- RantiRepo/job-classification-dataset
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 68 |
- Transformers 4.56.1
|
| 69 |
- Pytorch 2.8.0+cu126
|
| 70 |
- Datasets 4.0.0
|
| 71 |
+
- Tokenizers 0.22.0
|