Instructions to use imankhaleda/multi-intent-detection-model-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imankhaleda/multi-intent-detection-model-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="imankhaleda/multi-intent-detection-model-2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("imankhaleda/multi-intent-detection-model-2") model = AutoModelForSequenceClassification.from_pretrained("imankhaleda/multi-intent-detection-model-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
multi-intent-detection-model-2
This model is a fine-tuned version of roberta-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0492
- Model Preparation Time: 0.0285
- Precision: 0.0245
- Recall: 0.0165
- F1: 0.0192
- Accuracy: 0.9866
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 3
Training results
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|---|
| 0.0713 | 1.0 | 1801 | 0.0722 | 0.0285 | 0.0 | 0.0 | 0.0 | 0.9864 |
| 0.0549 | 2.0 | 3602 | 0.0563 | 0.0285 | 0.0083 | 0.0073 | 0.0076 | 0.9864 |
| 0.0483 | 3.0 | 5403 | 0.0492 | 0.0285 | 0.0245 | 0.0165 | 0.0192 | 0.9866 |
Framework versions
- Transformers 4.46.3
- Pytorch 2.5.1+cu121
- Datasets 3.2.0
- Tokenizers 0.20.3
- Downloads last month
- 2
Model tree for imankhaleda/multi-intent-detection-model-2
Base model
FacebookAI/roberta-base