NilavoBoral
commited on
Commit
·
11fdc8c
1
Parent(s):
fbd3365
Training in progress epoch 0
Browse files- README.md +5 -10
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
@@ -12,11 +11,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# NilavoBoral/nilavo-bert-finetuned
|
14 |
|
15 |
-
This model
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -42,11 +41,7 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 0.
|
46 |
-
| 0.0424 | 0.0567 | 1 |
|
47 |
-
| 0.0230 | 0.0565 | 2 |
|
48 |
-
| 0.0119 | 0.0599 | 3 |
|
49 |
-
| 0.0067 | 0.0627 | 4 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_keras_callback
|
4 |
model-index:
|
|
|
11 |
|
12 |
# NilavoBoral/nilavo-bert-finetuned
|
13 |
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 0.0171
|
17 |
+
- Validation Loss: 0.0676
|
18 |
+
- Epoch: 0
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 0.0171 | 0.0676 | 0 |
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nilavo-bert-finetuned",
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 431192108
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5a0ebe416111f85724299cc5718f13732381c5456da39b513be535147eaf0a0
|
3 |
size 431192108
|