haibotamiu commited on
Commit
4fbc112
1 Parent(s): ec92c83

End of training

Browse files
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: apache-2.0
3
  base_model: bert-large-uncased
4
  tags:
 
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: out
8
  results: []
@@ -13,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # out
15
 
16
- This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
17
 
18
  ## Model description
19
 
 
2
  license: apache-2.0
3
  base_model: bert-large-uncased
4
  tags:
5
+ - question-answering
6
  - generated_from_trainer
7
+ datasets:
8
+ - squad
9
  model-index:
10
  - name: out
11
  results: []
 
16
 
17
  # out
18
 
19
+ This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the squad dataset.
20
 
21
  ## Model description
22
 
all_results.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "epoch": 50.0,
3
  "eval_samples": 3000,
4
- "exact_match": 67.73333333333333,
5
- "f1": 77.2388500051414,
6
- "train_loss": 0.1448818277044499,
7
- "train_runtime": 2747.3324,
8
  "train_samples": 3000,
9
- "train_samples_per_second": 54.598,
10
- "train_steps_per_second": 0.855
11
  }
 
1
  {
2
+ "epoch": 100.0,
3
  "eval_samples": 3000,
4
+ "exact_match": 61.03333333333333,
5
+ "f1": 70.85304837358167,
6
+ "train_loss": 0.08927536832525375,
7
+ "train_runtime": 5467.0592,
8
  "train_samples": 3000,
9
+ "train_samples_per_second": 54.874,
10
+ "train_steps_per_second": 0.86
11
  }
args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:449d75c00120c2f99fbc174f0137a74b00293a4ac3dedf92eea28ef45cfaa7b2
3
  size 5652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1932549b53d4c172e4aa5c41d16ebbbed6e98bde3d73a3b98d7d0fb209daf1cd
3
  size 5652
eval_nbest_predictions.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7bc0c608b17a6a839affd6c62ce9c8bd780b446d07d2aa3bd8829f2cb2807a8
3
- size 13876260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696ec9ff64aa083c3131dd4ea56447e268234e99b5c520ddd1fdaf3df073997c
3
+ size 13881990
eval_predictions.json CHANGED
The diff for this file is too large to render. See raw diff
 
eval_results.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "epoch": 50.0,
3
  "eval_samples": 3000,
4
- "exact_match": 67.73333333333333,
5
- "f1": 77.2388500051414
6
  }
 
1
  {
2
+ "epoch": 100.0,
3
  "eval_samples": 3000,
4
+ "exact_match": 61.03333333333333,
5
+ "f1": 70.85304837358167
6
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 50.0,
3
- "train_loss": 0.1448818277044499,
4
- "train_runtime": 2747.3324,
5
  "train_samples": 3000,
6
- "train_samples_per_second": 54.598,
7
- "train_steps_per_second": 0.855
8
  }
 
1
  {
2
+ "epoch": 100.0,
3
+ "train_loss": 0.08927536832525375,
4
+ "train_runtime": 5467.0592,
5
  "train_samples": 3000,
6
+ "train_samples_per_second": 54.874,
7
+ "train_steps_per_second": 0.86
8
  }
trainer_state.json CHANGED
@@ -1,52 +1,82 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 50.0,
5
  "eval_steps": 500,
6
- "global_step": 2350,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 10.64,
13
- "learning_rate": 3.936170212765958e-05,
14
- "loss": 0.6031,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 21.28,
19
- "learning_rate": 2.8723404255319154e-05,
20
- "loss": 0.0568,
21
  "step": 1000
22
  },
23
  {
24
  "epoch": 31.91,
25
- "learning_rate": 1.8085106382978724e-05,
26
- "loss": 0.0144,
27
  "step": 1500
28
  },
29
  {
30
  "epoch": 42.55,
31
- "learning_rate": 7.446808510638298e-06,
32
- "loss": 0.0046,
33
  "step": 2000
34
  },
35
  {
36
- "epoch": 50.0,
37
- "step": 2350,
38
- "total_flos": 1.044795366144e+17,
39
- "train_loss": 0.1448818277044499,
40
- "train_runtime": 2747.3324,
41
- "train_samples_per_second": 54.598,
42
- "train_steps_per_second": 0.855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
44
  ],
45
  "logging_steps": 500,
46
- "max_steps": 2350,
47
- "num_train_epochs": 50,
48
  "save_steps": 500,
49
- "total_flos": 1.044795366144e+17,
50
  "trial_name": null,
51
  "trial_params": null
52
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 100.0,
5
  "eval_steps": 500,
6
+ "global_step": 4700,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 10.64,
13
+ "learning_rate": 4.468085106382979e-05,
14
+ "loss": 0.634,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 21.28,
19
+ "learning_rate": 3.936170212765958e-05,
20
+ "loss": 0.0578,
21
  "step": 1000
22
  },
23
  {
24
  "epoch": 31.91,
25
+ "learning_rate": 3.4042553191489365e-05,
26
+ "loss": 0.0315,
27
  "step": 1500
28
  },
29
  {
30
  "epoch": 42.55,
31
+ "learning_rate": 2.8723404255319154e-05,
32
+ "loss": 0.0173,
33
  "step": 2000
34
  },
35
  {
36
+ "epoch": 53.19,
37
+ "learning_rate": 2.340425531914894e-05,
38
+ "loss": 0.0102,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 63.83,
43
+ "learning_rate": 1.8085106382978724e-05,
44
+ "loss": 0.0112,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 74.47,
49
+ "learning_rate": 1.2765957446808511e-05,
50
+ "loss": 0.0096,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 85.11,
55
+ "learning_rate": 7.446808510638298e-06,
56
+ "loss": 0.0131,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 95.74,
61
+ "learning_rate": 2.1276595744680853e-06,
62
+ "loss": 0.0227,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 100.0,
67
+ "step": 4700,
68
+ "total_flos": 2.089590732288e+17,
69
+ "train_loss": 0.08927536832525375,
70
+ "train_runtime": 5467.0592,
71
+ "train_samples_per_second": 54.874,
72
+ "train_steps_per_second": 0.86
73
  }
74
  ],
75
  "logging_steps": 500,
76
+ "max_steps": 4700,
77
+ "num_train_epochs": 100,
78
  "save_steps": 500,
79
+ "total_flos": 2.089590732288e+17,
80
  "trial_name": null,
81
  "trial_params": null
82
  }