Commit ·
7185d56
1
Parent(s): eb7ec08
update model card README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 1.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Accuracy: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -48,15 +48,16 @@ The following hyperparameters were used during training:
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- num_epochs:
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
-
| No log | 1.0 | 7 | 1.
|
| 58 |
-
| No log | 2.0 | 14 | 1.
|
| 59 |
-
| No log | 3.0 | 21 | 1.
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.2382
|
| 23 |
+
- Precision: 0.2445
|
| 24 |
+
- Recall: 0.3046
|
| 25 |
+
- F1: 0.2712
|
| 26 |
+
- Accuracy: 0.5420
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
+
- num_epochs: 4
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| No log | 1.0 | 7 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
|
| 58 |
+
| No log | 2.0 | 14 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
|
| 59 |
+
| No log | 3.0 | 21 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
|
| 60 |
+
| No log | 4.0 | 28 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|