VenkatManda commited on
Commit
a169636
1 Parent(s): f2c849e

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ eval_nbest_predictions.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: VenkatManda/BertMiniV3
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - squad_v2
7
+ model-index:
8
+ - name: BertMiniV3
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # BertMiniV3
16
+
17
+ This model is a fine-tuned version of [VenkatManda/BertMiniV3](https://huggingface.co/VenkatManda/BertMiniV3) on the squad_v2 dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 2.0
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.37.0.dev0
47
+ - Pytorch 2.1.0+cu121
48
+ - Datasets 2.16.1
49
+ - Tokenizers 0.15.0
all_results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_HasAns_exact": 43.68252698920432,
3
+ "eval_HasAns_f1": 51.86559486275948,
4
+ "eval_HasAns_total": 5002,
5
+ "eval_NoAns_exact": 50.40016006402561,
6
+ "eval_NoAns_f1": 50.40016006402561,
7
+ "eval_NoAns_total": 4998,
8
+ "eval_best_exact": 50.02,
9
+ "eval_best_exact_thresh": 0.0,
10
+ "eval_best_f1": 51.163646740828945,
11
+ "eval_best_f1_thresh": 0.0,
12
+ "eval_exact": 47.04,
13
+ "eval_f1": 51.13317055035233,
14
+ "eval_runtime": 840.5387,
15
+ "eval_samples": 10000,
16
+ "eval_samples_per_second": 11.897,
17
+ "eval_steps_per_second": 1.487,
18
+ "eval_total": 10000
19
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "VenkatManda/BertMiniV2",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "VenkatManda/BertMiniV3",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
eval_nbest_predictions.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb2d9ac216fdceb2d22af1a1bf915dcbb8bed7ad0cd5a0a022cd02810dd2ed9
3
+ size 46353720
eval_null_odds.json ADDED
The diff for this file is too large to render. See raw diff
 
eval_predictions.json ADDED
The diff for this file is too large to render. See raw diff
 
eval_results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_HasAns_exact": 43.68252698920432,
3
+ "eval_HasAns_f1": 51.86559486275948,
4
+ "eval_HasAns_total": 5002,
5
+ "eval_NoAns_exact": 50.40016006402561,
6
+ "eval_NoAns_f1": 50.40016006402561,
7
+ "eval_NoAns_total": 4998,
8
+ "eval_best_exact": 50.02,
9
+ "eval_best_exact_thresh": 0.0,
10
+ "eval_best_f1": 51.163646740828945,
11
+ "eval_best_f1_thresh": 0.0,
12
+ "eval_exact": 47.04,
13
+ "eval_f1": 51.13317055035233,
14
+ "eval_runtime": 840.5387,
15
+ "eval_samples": 10000,
16
+ "eval_samples_per_second": 11.897,
17
+ "eval_steps_per_second": 1.487,
18
+ "eval_total": 10000
19
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a2790f4366e3b89a6c9fa533b4ad1c4cee583fc0c4f8627c8893469ac157abe
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de87dab9711e959e252cb5459b9b0ec13e017e2c3f983a17b5a9b3b4027cb751
3
  size 4728