Training in progress epoch 0
Browse files- README.md +5 -6
- config.json +14 -14
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [sagorsarker/mbert-bengali-ner](https://huggingface.co/sagorsarker/mbert-bengali-ner) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,15 +36,14 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- optimizer: {'
|
40 |
- training_precision: mixed_float16
|
41 |
|
42 |
### Training results
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
-
| 0.
|
47 |
-
| 0.0533 | 0.0578 | 1 |
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [sagorsarker/mbert-bengali-ner](https://huggingface.co/sagorsarker/mbert-bengali-ner) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2646
|
19 |
+
- Validation Loss: 0.1872
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 9552, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
40 |
- training_precision: mixed_float16
|
41 |
|
42 |
### Training results
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 0.2646 | 0.1872 | 0 |
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
config.json
CHANGED
@@ -11,24 +11,24 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
-
"B-LOC":
|
26 |
-
"B-ORG":
|
27 |
-
"B-PER":
|
28 |
-
"I-LOC":
|
29 |
-
"I-ORG":
|
30 |
-
"I-PER":
|
31 |
-
"O":
|
32 |
},
|
33 |
"layer_norm_eps": 1e-12,
|
34 |
"max_position_embeddings": 512,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "B-ORG",
|
15 |
+
"1": "I-LOC",
|
16 |
+
"2": "B-PER",
|
17 |
+
"3": "I-PER",
|
18 |
+
"4": "O",
|
19 |
+
"5": "I-ORG",
|
20 |
+
"6": "B-LOC"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"B-LOC": 6,
|
26 |
+
"B-ORG": 0,
|
27 |
+
"B-PER": 2,
|
28 |
+
"I-LOC": 1,
|
29 |
+
"I-ORG": 5,
|
30 |
+
"I-PER": 3,
|
31 |
+
"O": 4
|
32 |
},
|
33 |
"layer_norm_eps": 1e-12,
|
34 |
"max_position_embeddings": 512,
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d030b5fb08eff4055c76f0555e8a5fbe85ffe289002bcf4f2f933c5b1b1d4f72
|
3 |
+
size 667358180
|