Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use anuj55/distilbert-base-uncased-finetuned-Multi_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anuj55/distilbert-base-uncased-finetuned-Multi_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anuj55/distilbert-base-uncased-finetuned-Multi_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anuj55/distilbert-base-uncased-finetuned-Multi_classification") model = AutoModelForSequenceClassification.from_pretrained("anuj55/distilbert-base-uncased-finetuned-Multi_classification") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,14 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss:
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
-
- Macro Averaged Precision: 0.
|
| 22 |
-
- Micro Averaged Precision: 0.
|
| 23 |
-
- Macro Averaged Recall: 0.
|
| 24 |
-
- Micro Averaged Recall: 0.
|
| 25 |
-
- Macro Averaged F1: 0.
|
| 26 |
-
- Micro Averaged F1: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Macro Averaged Precision | Micro Averaged Precision | Macro Averaged Recall | Micro Averaged Recall | Macro Averaged F1 | Micro Averaged F1 |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------------------------:|:------------------------:|:---------------------:|:---------------------:|:-----------------:|:-----------------:|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.5588
|
| 20 |
+
- Accuracy: 0.7266
|
| 21 |
+
- Macro Averaged Precision: 0.6830
|
| 22 |
+
- Micro Averaged Precision: 0.7266
|
| 23 |
+
- Macro Averaged Recall: 0.5652
|
| 24 |
+
- Micro Averaged Recall: 0.7266
|
| 25 |
+
- Macro Averaged F1: 0.5513
|
| 26 |
+
- Micro Averaged F1: 0.7266
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Macro Averaged Precision | Micro Averaged Precision | Macro Averaged Recall | Micro Averaged Recall | Macro Averaged F1 | Micro Averaged F1 |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------------------------:|:------------------------:|:---------------------:|:---------------------:|:-----------------:|:-----------------:|
|
| 57 |
+
| 0.5811 | 1.0 | 635 | 0.5745 | 0.7055 | 0.3527 | 0.7055 | 0.5 | 0.7055 | 0.4137 | 0.7055 |
|
| 58 |
+
| 0.5467 | 2.0 | 1270 | 0.5588 | 0.7266 | 0.6830 | 0.7266 | 0.5652 | 0.7266 | 0.5513 | 0.7266 |
|
| 59 |
+
| 0.4724 | 3.0 | 1905 | 0.6347 | 0.7109 | 0.6328 | 0.7109 | 0.5873 | 0.7109 | 0.5906 | 0.7109 |
|
| 60 |
+
| 0.2379 | 4.0 | 2540 | 0.9110 | 0.7078 | 0.6281 | 0.7078 | 0.5874 | 0.7078 | 0.5910 | 0.7078 |
|
| 61 |
+
| 0.1511 | 5.0 | 3175 | 1.2270 | 0.6953 | 0.6168 | 0.6953 | 0.5963 | 0.6953 | 0.6011 | 0.6953 |
|
| 62 |
+
| 0.1074 | 6.0 | 3810 | 1.6106 | 0.7188 | 0.6470 | 0.7188 | 0.5859 | 0.7188 | 0.5875 | 0.7188 |
|
| 63 |
+
| 0.0935 | 7.0 | 4445 | 1.8533 | 0.7070 | 0.6266 | 0.7070 | 0.5861 | 0.7070 | 0.5895 | 0.7070 |
|
| 64 |
+
| 0.037 | 8.0 | 5080 | 2.0315 | 0.6875 | 0.6082 | 0.6875 | 0.5923 | 0.6875 | 0.5964 | 0.6875 |
|
| 65 |
+
| 0.0294 | 9.0 | 5715 | 2.0726 | 0.7078 | 0.6295 | 0.7078 | 0.5928 | 0.7078 | 0.5975 | 0.7078 |
|
| 66 |
+
| 0.0238 | 10.0 | 6350 | 2.1236 | 0.7086 | 0.6303 | 0.7086 | 0.5918 | 0.7086 | 0.5963 | 0.7086 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|