ksathur commited on
Commit
bf3cdc7
1 Parent(s): 5e623c4

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +1 -1
  3. tf_model.h5 +2 -2
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -12,9 +12,9 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # ksathur/bert-finetuned-squad-v2
14
 
15
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 1.2669
18
  - Epoch: 0
19
 
20
  ## Model description
@@ -34,14 +34,14 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 27480, '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}
38
  - training_precision: mixed_float16
39
 
40
  ### Training results
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
- | 1.2669 | 0 |
45
 
46
 
47
  ### Framework versions
 
12
 
13
  # ksathur/bert-finetuned-squad-v2
14
 
15
+ This model is a fine-tuned version of [ksathur/bert-finetuned-squad-v2](https://huggingface.co/ksathur/bert-finetuned-squad-v2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.7979
18
  - Epoch: 0
19
 
20
  ## Model description
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 10992, '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}
38
  - training_precision: mixed_float16
39
 
40
  ### Training results
41
 
42
  | Train Loss | Epoch |
43
  |:----------:|:-----:|
44
+ | 0.7979 | 0 |
45
 
46
 
47
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "ksathur/bert-finetuned-squad-v2",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ec4f9a42a58c33a344bc481dd5a686f44322ff277ecdedf879f6ab5de08b831
3
- size 431154192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f526d70cee2caef1332b687543791f9ea0a8248322ef1b919b82ce10d510c182
3
+ size 431158288
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "bert-base-cased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
 
3
  "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "ksathur/bert-finetuned-squad-v2",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,