mahabharahta
commited on
Commit
•
fd7d931
1
Parent(s):
bd9c4b9
Training in progress epoch 2
Browse files- README.md +4 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,13 +16,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
- Train Precision: 1.0
|
22 |
- Train Recall: 1.0
|
23 |
- Train F1: 1.0
|
24 |
- Train Accuracy: 1.0
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
51 |
| 0.0530 | 0.0007 | 0.9998 | 0.9999 | 0.9998 | 1.0000 | 0 |
|
52 |
| 0.0014 | 0.0003 | 1.0 | 1.0 | 1.0 | 1.0 | 1 |
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.0007
|
20 |
+
- Validation Loss: 0.0002
|
21 |
- Train Precision: 1.0
|
22 |
- Train Recall: 1.0
|
23 |
- Train F1: 1.0
|
24 |
- Train Accuracy: 1.0
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
51 |
| 0.0530 | 0.0007 | 0.9998 | 0.9999 | 0.9998 | 1.0000 | 0 |
|
52 |
| 0.0014 | 0.0003 | 1.0 | 1.0 | 1.0 | 1.0 | 1 |
|
53 |
+
| 0.0007 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 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 709364716
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e746cb60a0fce500461e9edea571f8a56a742ffd3e9e32ad1f7e3ba01d0ba471
|
3 |
size 709364716
|