Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ datasets:
|
|
| 13 |
|
| 14 |
# help_classifier
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 1.3083
|
| 19 |
|
|
@@ -111,6 +111,8 @@ The following hyperparameters were used during training:
|
|
| 111 |
- lr_scheduler_type: linear
|
| 112 |
- num_epochs: 3
|
| 113 |
|
|
|
|
|
|
|
| 114 |
### Training results
|
| 115 |
|
| 116 |
| Training Loss | Epoch | Step | Validation Loss |
|
|
@@ -119,6 +121,7 @@ The following hyperparameters were used during training:
|
|
| 119 |
| 1.2613 | 2.0 | 18 | 1.3350 |
|
| 120 |
| 1.1704 | 3.0 | 27 | 1.3083 |
|
| 121 |
|
|
|
|
| 122 |
|
| 123 |
### Framework versions
|
| 124 |
|
|
|
|
| 13 |
|
| 14 |
# help_classifier
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the "King-8/help-request-messages" dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 1.3083
|
| 19 |
|
|
|
|
| 111 |
- lr_scheduler_type: linear
|
| 112 |
- num_epochs: 3
|
| 113 |
|
| 114 |
+
---
|
| 115 |
+
|
| 116 |
### Training results
|
| 117 |
|
| 118 |
| Training Loss | Epoch | Step | Validation Loss |
|
|
|
|
| 121 |
| 1.2613 | 2.0 | 18 | 1.3350 |
|
| 122 |
| 1.1704 | 3.0 | 27 | 1.3083 |
|
| 123 |
|
| 124 |
+
---
|
| 125 |
|
| 126 |
### Framework versions
|
| 127 |
|