Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use elopezlopez/distilbert-base-uncased_fold_10_binary_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elopezlopez/distilbert-base-uncased_fold_10_binary_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="elopezlopez/distilbert-base-uncased_fold_10_binary_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("elopezlopez/distilbert-base-uncased_fold_10_binary_v1") model = AutoModelForSequenceClassification.from_pretrained("elopezlopez/distilbert-base-uncased_fold_10_binary_v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0926852
1
Parent(s): 5a7b005
update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ 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: 1.
|
| 20 |
-
- F1: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -48,31 +48,31 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 51 |
-
| No log | 1.0 |
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.0001 | 25.0 |
|
| 76 |
|
| 77 |
|
| 78 |
### 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: 1.6912
|
| 20 |
+
- F1: 0.7977
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 51 |
+
| No log | 1.0 | 288 | 0.4002 | 0.8012 |
|
| 52 |
+
| 0.4056 | 2.0 | 576 | 0.4372 | 0.8075 |
|
| 53 |
+
| 0.4056 | 3.0 | 864 | 0.4720 | 0.8071 |
|
| 54 |
+
| 0.1958 | 4.0 | 1152 | 0.8156 | 0.7980 |
|
| 55 |
+
| 0.1958 | 5.0 | 1440 | 0.8633 | 0.8055 |
|
| 56 |
+
| 0.0847 | 6.0 | 1728 | 0.9761 | 0.8041 |
|
| 57 |
+
| 0.0356 | 7.0 | 2016 | 1.1816 | 0.7861 |
|
| 58 |
+
| 0.0356 | 8.0 | 2304 | 1.2251 | 0.7918 |
|
| 59 |
+
| 0.0215 | 9.0 | 2592 | 1.3423 | 0.7798 |
|
| 60 |
+
| 0.0215 | 10.0 | 2880 | 1.3888 | 0.7913 |
|
| 61 |
+
| 0.013 | 11.0 | 3168 | 1.2899 | 0.8040 |
|
| 62 |
+
| 0.013 | 12.0 | 3456 | 1.4247 | 0.8051 |
|
| 63 |
+
| 0.0049 | 13.0 | 3744 | 1.5436 | 0.7991 |
|
| 64 |
+
| 0.0061 | 14.0 | 4032 | 1.5762 | 0.7991 |
|
| 65 |
+
| 0.0061 | 15.0 | 4320 | 1.5461 | 0.7998 |
|
| 66 |
+
| 0.0054 | 16.0 | 4608 | 1.5622 | 0.8018 |
|
| 67 |
+
| 0.0054 | 17.0 | 4896 | 1.6658 | 0.7991 |
|
| 68 |
+
| 0.0021 | 18.0 | 5184 | 1.6765 | 0.7972 |
|
| 69 |
+
| 0.0021 | 19.0 | 5472 | 1.6864 | 0.7973 |
|
| 70 |
+
| 0.0052 | 20.0 | 5760 | 1.6303 | 0.8030 |
|
| 71 |
+
| 0.0029 | 21.0 | 6048 | 1.6631 | 0.7947 |
|
| 72 |
+
| 0.0029 | 22.0 | 6336 | 1.6571 | 0.8006 |
|
| 73 |
+
| 0.0027 | 23.0 | 6624 | 1.6729 | 0.7949 |
|
| 74 |
+
| 0.0027 | 24.0 | 6912 | 1.6931 | 0.7934 |
|
| 75 |
+
| 0.0001 | 25.0 | 7200 | 1.6912 | 0.7977 |
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|