Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
| 6 |
model-index:
|
|
@@ -13,15 +13,15 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# reem442/Bert
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Train Loss: 0.0990
|
| 19 |
- Train Accuracy: 0.947
|
| 20 |
- Validation Loss: 0.1458
|
| 21 |
- Validation Accuracy: 0.9470
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
- Epoch: 2
|
| 26 |
|
| 27 |
## Model description
|
|
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
-
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy |
|
| 50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 51 |
| 0.1750 | 0.943 | 0.1579 | 0.9430 | 0.9447 | 0.943 | 0.9426 | 0 |
|
| 52 |
| 0.1194 | 0.9415 | 0.1589 | 0.9415 | 0.9434 | 0.9415 | 0.9409 | 1 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: google-bert/bert-base-uncased
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
| 6 |
model-index:
|
|
|
|
| 13 |
|
| 14 |
# reem442/Bert
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Train Loss: 0.0990
|
| 19 |
- Train Accuracy: 0.947
|
| 20 |
- Validation Loss: 0.1458
|
| 21 |
- Validation Accuracy: 0.9470
|
| 22 |
+
- Validation Precision: 0.9490
|
| 23 |
+
- Validation Recall: 0.947
|
| 24 |
+
- Validation F1: 0.9466
|
| 25 |
- Epoch: 2
|
| 26 |
|
| 27 |
## Model description
|
|
|
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
+
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Validation Precision | Validation Recall | Validation F1 | Epoch |
|
| 50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 51 |
| 0.1750 | 0.943 | 0.1579 | 0.9430 | 0.9447 | 0.943 | 0.9426 | 0 |
|
| 52 |
| 0.1194 | 0.9415 | 0.1589 | 0.9415 | 0.9434 | 0.9415 | 0.9409 | 1 |
|