badokorach commited on
Commit
59975ca
1 Parent(s): fb4de1a

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +6 -20
  2. config.json +1 -1
  3. special_tokens_map.json +35 -5
  4. tf_model.h5 +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: mrm8488/bert-small-finetuned-squadv2
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
@@ -12,11 +12,11 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # badokorach/bert-finetuned-270124
14
 
15
- This model is a fine-tuned version of [mrm8488/bert-small-finetuned-squadv2](https://huggingface.co/mrm8488/bert-small-finetuned-squadv2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.5514
18
  - Validation Loss: 0.0
19
- - Epoch: 14
20
 
21
  ## Model description
22
 
@@ -35,28 +35,14 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 2190, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.02}
39
  - training_precision: mixed_float16
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 1.6716 | 0.0 | 0 |
46
- | 1.3976 | 0.0 | 1 |
47
- | 1.2882 | 0.0 | 2 |
48
- | 1.1789 | 0.0 | 3 |
49
- | 1.0754 | 0.0 | 4 |
50
- | 1.0056 | 0.0 | 5 |
51
- | 0.9075 | 0.0 | 6 |
52
- | 0.8294 | 0.0 | 7 |
53
- | 0.7633 | 0.0 | 8 |
54
- | 0.7044 | 0.0 | 9 |
55
- | 0.6744 | 0.0 | 10 |
56
- | 0.6376 | 0.0 | 11 |
57
- | 0.5851 | 0.0 | 12 |
58
- | 0.5643 | 0.0 | 13 |
59
- | 0.5514 | 0.0 | 14 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
+ base_model: badokorach/bert-finetuned-210124
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
 
12
 
13
  # badokorach/bert-finetuned-270124
14
 
15
+ This model is a fine-tuned version of [badokorach/bert-finetuned-210124](https://huggingface.co/badokorach/bert-finetuned-210124) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.7590
18
  - Validation Loss: 0.0
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - optimizer: {'inner_optimizer': {'module': 'transformers.optimization_tf', 'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 2190, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.8999999761581421, 'beta_2': 0.9990000128746033, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.02}, 'registered_name': 'AdamWeightDecay'}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
39
  - training_precision: mixed_float16
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 1.7590 | 0.0 | 0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "mrm8488/bert-small-finetuned-squadv2",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "badokorach/bert-finetuned-210124",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46104bac7f3ff8ad34eba4d94209dc3c6fb5cf56021423d31ae54cfaf021d747
3
  size 114110736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c98f60b4dd0b901c715855cbe238000df664a54a641c48fbea854bf3d1a6df4
3
  size 114110736