Commit ·
a426b6d
1
Parent(s): 0be5c9a
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None 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 |
|
|
@@ -44,15 +44,16 @@ The following hyperparameters were used during training:
|
|
| 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 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.3995
|
| 21 |
+
- Accuracy: 0.8479
|
| 22 |
+
- F1: 0.8480
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 4
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 53 |
+
| 0.7981 | 1.0 | 48 | 0.6349 | 0.7037 | 0.6527 |
|
| 54 |
+
| 0.5263 | 2.0 | 96 | 0.4732 | 0.8320 | 0.8321 |
|
| 55 |
+
| 0.3521 | 3.0 | 144 | 0.4009 | 0.8426 | 0.8413 |
|
| 56 |
+
| 0.268 | 4.0 | 192 | 0.3995 | 0.8479 | 0.8480 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|