Training in progress epoch 2
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [Vasanth/bert-base-uncased-finetuned-emotion](https://huggingface.co/Vasanth/bert-base-uncased-finetuned-emotion) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Train Precision: 0.
|
23 |
-
- Train Recall: 0.
|
24 |
-
- Train F1: 0.
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.2174 | 0.941 | 0.1580 | 0.9410 | 0.9423 | 0.941 | 0.9406 | 0 |
|
52 |
| 0.1314 | 0.9435 | 0.1506 | 0.9435 | 0.9463 | 0.9435 | 0.9428 | 1 |
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [Vasanth/bert-base-uncased-finetuned-emotion](https://huggingface.co/Vasanth/bert-base-uncased-finetuned-emotion) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1018
|
19 |
+
- Train Accuracy: 0.945
|
20 |
+
- Validation Loss: 0.1530
|
21 |
+
- Validation Accuracy: 0.9450
|
22 |
+
- Train Precision: 0.9466
|
23 |
+
- Train Recall: 0.945
|
24 |
+
- Train F1: 0.9446
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.2174 | 0.941 | 0.1580 | 0.9410 | 0.9423 | 0.941 | 0.9406 | 0 |
|
52 |
| 0.1314 | 0.9435 | 0.1506 | 0.9435 | 0.9463 | 0.9435 | 0.9428 | 1 |
|
53 |
+
| 0.1018 | 0.945 | 0.1530 | 0.9450 | 0.9466 | 0.945 | 0.9446 | 2 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438235432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75e09cea609469a6a288257f4ef7461d8a793c86bf03224d216efd682b71d9c4
|
3 |
size 438235432
|