Training in progress epoch 0
Browse files- README.md +9 -11
- 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 |
|
@@ -48,9 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
-
| 0.
|
52 |
-
| 0.0770 | 0.9475 | 0.1594 | 0.9475 | 0.9494 | 0.9475 | 0.9472 | 1 |
|
53 |
-
| 0.0682 | 0.9475 | 0.1594 | 0.9475 | 0.9494 | 0.9475 | 0.9472 | 2 |
|
54 |
|
55 |
|
56 |
### 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.2174
|
19 |
+
- Train Accuracy: 0.941
|
20 |
+
- Validation Loss: 0.1580
|
21 |
+
- Validation Accuracy: 0.9410
|
22 |
+
- Train Precision: 0.9423
|
23 |
+
- Train Recall: 0.941
|
24 |
+
- Train F1: 0.9406
|
25 |
+
- Epoch: 0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
48 |
|
49 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
+
| 0.2174 | 0.941 | 0.1580 | 0.9410 | 0.9423 | 0.941 | 0.9406 | 0 |
|
|
|
|
|
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 438235432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10973dd55de03eb45f39dea8f012e233376cc9763ba9d68be4f4100f1a83deb8
|
3 |
size 438235432
|