badokorach commited on
Commit
0e2dc0b
1 Parent(s): 43d8928

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 +5 -35
  4. tf_model.h5 +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: badokorach/bert-finetuned-210124
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 [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.1399
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': 1950, '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
- | 2.7587 | 0.0 | 0 |
46
- | 2.3487 | 0.0 | 1 |
47
- | 2.1239 | 0.0 | 2 |
48
- | 1.9864 | 0.0 | 3 |
49
- | 1.8358 | 0.0 | 4 |
50
- | 1.7180 | 0.0 | 5 |
51
- | 1.5828 | 0.0 | 6 |
52
- | 1.5024 | 0.0 | 7 |
53
- | 1.4089 | 0.0 | 8 |
54
- | 1.3509 | 0.0 | 9 |
55
- | 1.2822 | 0.0 | 10 |
56
- | 1.2580 | 0.0 | 11 |
57
- | 1.2042 | 0.0 | 12 |
58
- | 1.1606 | 0.0 | 13 |
59
- | 1.1399 | 0.0 | 14 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
+ base_model: mrm8488/bert-small-finetuned-squadv2
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 [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.0949
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: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 4560, '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
+ | 0.0949 | 0.0 | 0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "badokorach/bert-finetuned-210124",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "mrm8488/bert-small-finetuned-squadv2",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
special_tokens_map.json CHANGED
@@ -1,37 +1,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
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bc1df870dfb342c322d439d2dd27ad40f10d97991d871ee7d1c03f68d56ce20
3
  size 114110736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3451d7645ef8fb37677a145a7a972e4345e503cf80caa5b1dcaa4c5ae0c05c88
3
  size 114110736