imtiaz114 commited on
Commit
48b938f
1 Parent(s): 878654a

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +5 -6
  2. config.json +14 -14
  3. 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.0533
19
- - Validation Loss: 0.0578
20
- - Epoch: 1
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: {'inner_optimizer': {'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 1592, '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}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
40
  - training_precision: mixed_float16
41
 
42
  ### Training results
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 0.1014 | 0.0652 | 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": "O",
15
- "1": "B-PER",
16
- "2": "I-PER",
17
- "3": "B-ORG",
18
- "4": "I-ORG",
19
- "5": "B-LOC",
20
- "6": "I-LOC"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "B-LOC": 5,
26
- "B-ORG": 3,
27
- "B-PER": 1,
28
- "I-LOC": 6,
29
- "I-ORG": 4,
30
- "I-PER": 2,
31
- "O": 0
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:4482bb8898998ab80769d1b28e328ad403f002ba9dba8ed17af190a9412a8c8a
3
- size 667370468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d030b5fb08eff4055c76f0555e8a5fbe85ffe289002bcf4f2f933c5b1b1d4f72
3
+ size 667358180