End of training
Browse files- README.md +10 -5
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Train Sparse Categorical Accuracy: 0.
|
| 19 |
-
- Train Sparse Top 3 Categorical Accuracy: 0.
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -43,7 +43,12 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
| Train Loss | Train Sparse Categorical Accuracy | Train Sparse Top 3 Categorical Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------------------------:|:---------------------------------------:|:-----:|
|
| 46 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.6016
|
| 18 |
+
- Train Sparse Categorical Accuracy: 0.7503
|
| 19 |
+
- Train Sparse Top 3 Categorical Accuracy: 0.9901
|
| 20 |
+
- Epoch: 5
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 43 |
|
| 44 |
| Train Loss | Train Sparse Categorical Accuracy | Train Sparse Top 3 Categorical Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------------------------:|:---------------------------------------:|:-----:|
|
| 46 |
+
| 0.9433 | 0.5975 | 0.9523 | 0 |
|
| 47 |
+
| 0.8257 | 0.6498 | 0.9704 | 1 |
|
| 48 |
+
| 0.7625 | 0.6765 | 0.9778 | 2 |
|
| 49 |
+
| 0.7062 | 0.7014 | 0.9832 | 3 |
|
| 50 |
+
| 0.6526 | 0.7263 | 0.9872 | 4 |
|
| 51 |
+
| 0.6016 | 0.7503 | 0.9901 | 5 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498887552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7b9e4e561b7dd9fc738ad2780a63d9442ab32d7edecdbe69aa20105e6b8e6a9
|
| 3 |
size 498887552
|