update model card README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
-
- F1: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,22 +38,27 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- learning_rate:
|
| 42 |
- train_batch_size: 400
|
| 43 |
- eval_batch_size: 400
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
-
- num_epochs:
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 53 |
-
| No log | 1.0 | 5 | 0.
|
| 54 |
-
| No log | 2.0 | 10 | 0.
|
| 55 |
-
| No log | 3.0 | 15 | 0.
|
| 56 |
-
| No log | 4.0 | 20 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.4660
|
| 21 |
+
- Accuracy: 0.87
|
| 22 |
+
- F1: 0.8697
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 9.910294163459086e-05
|
| 42 |
- train_batch_size: 400
|
| 43 |
- eval_batch_size: 400
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 9
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 53 |
+
| No log | 1.0 | 5 | 0.6509 | 0.59 | 0.5780 |
|
| 54 |
+
| No log | 2.0 | 10 | 0.4950 | 0.77 | 0.7701 |
|
| 55 |
+
| No log | 3.0 | 15 | 0.4787 | 0.81 | 0.8099 |
|
| 56 |
+
| No log | 4.0 | 20 | 0.4936 | 0.81 | 0.8096 |
|
| 57 |
+
| No log | 5.0 | 25 | 0.4443 | 0.82 | 0.82 |
|
| 58 |
+
| No log | 6.0 | 30 | 0.4547 | 0.85 | 0.8497 |
|
| 59 |
+
| No log | 7.0 | 35 | 0.4268 | 0.85 | 0.8500 |
|
| 60 |
+
| No log | 8.0 | 40 | 0.4790 | 0.87 | 0.8697 |
|
| 61 |
+
| No log | 9.0 | 45 | 0.4660 | 0.87 | 0.8697 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|