Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Ridealist/distilbert-base-uncased-distilled-clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ridealist/distilbert-base-uncased-distilled-clinc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ridealist/distilbert-base-uncased-distilled-clinc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Ridealist/distilbert-base-uncased-distilled-clinc") model = AutoModelForSequenceClassification.from_pretrained("Ridealist/distilbert-base-uncased-distilled-clinc") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files- README.md +14 -14
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -22,7 +22,7 @@ model-index:
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
-
value: 0.
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss:
|
| 36 |
-
- Accuracy: 0.
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -64,21 +64,21 @@ The following hyperparameters were used during training:
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
|
| 78 |
|
| 79 |
### Framework versions
|
| 80 |
|
| 81 |
- Transformers 4.34.0
|
| 82 |
-
- Pytorch
|
| 83 |
- Datasets 2.4.0
|
| 84 |
- Tokenizers 0.14.1
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.9419354838709677
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.1002
|
| 36 |
+
- Accuracy: 0.9419
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
+
| 0.9029 | 1.0 | 318 | 0.5766 | 0.7216 |
|
| 68 |
+
| 0.4487 | 2.0 | 636 | 0.2855 | 0.8755 |
|
| 69 |
+
| 0.2535 | 3.0 | 954 | 0.1780 | 0.9287 |
|
| 70 |
+
| 0.1767 | 4.0 | 1272 | 0.1384 | 0.9319 |
|
| 71 |
+
| 0.142 | 5.0 | 1590 | 0.1212 | 0.9339 |
|
| 72 |
+
| 0.1245 | 6.0 | 1908 | 0.1115 | 0.9397 |
|
| 73 |
+
| 0.1143 | 7.0 | 2226 | 0.1058 | 0.9416 |
|
| 74 |
+
| 0.108 | 8.0 | 2544 | 0.1025 | 0.9423 |
|
| 75 |
+
| 0.1039 | 9.0 | 2862 | 0.1009 | 0.9423 |
|
| 76 |
+
| 0.102 | 10.0 | 3180 | 0.1002 | 0.9419 |
|
| 77 |
|
| 78 |
|
| 79 |
### Framework versions
|
| 80 |
|
| 81 |
- Transformers 4.34.0
|
| 82 |
+
- Pytorch 1.12.1+cu116
|
| 83 |
- Datasets 2.4.0
|
| 84 |
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80fc69a0d91715d3787196edc5047d9c23800128518c06d9ddf4f5c15faf22c8
|
| 3 |
+
size 268312625
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97c0e37c701314a6b76ef0ffe14e8ac3f57b8daf641f61dd30384d9a49d2b46d
|
| 3 |
+
size 4143
|