haibotamiu commited on
Commit
b79dc30
1 Parent(s): 3a3f4d3

End of training

Browse files
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: apache-2.0
3
  base_model: distilbert-base-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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
17
 
18
  ## Model description
19
 
 
2
  license: apache-2.0
3
  base_model: distilbert-base-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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
20
 
21
  ## Model description
22
 
all_results.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "epoch": 5.0,
3
  "eval_samples": 10784,
4
- "exact_match": 76.12109744560075,
5
- "f1": 84.67154895231297,
6
- "train_loss": 1.0621621633540688,
7
- "train_runtime": 1213.6111,
8
  "train_samples": 88524,
9
- "train_samples_per_second": 364.713,
10
- "train_steps_per_second": 1.425
11
  }
 
1
  {
2
+ "epoch": 10.0,
3
  "eval_samples": 10784,
4
+ "exact_match": 72.26111636707664,
5
+ "f1": 81.62230488906296,
6
+ "train_loss": 0.7383389687951589,
7
+ "train_runtime": 2418.3642,
8
  "train_samples": 88524,
9
+ "train_samples_per_second": 366.049,
10
+ "train_steps_per_second": 1.431
11
  }
args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:483692591b39cae794e2bf79a7e2817aa98b0b93c741e4ce67735869612b26ce
3
  size 5652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6392f2477459d5693b48db94ee43d9a1d0d90747dc005d9505d5d6aa8358fb
3
  size 5652
eval_nbest_predictions.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd4faa04e2b0b10a19c8b25a1984c82001237cf0d28f33b09c126db7276f634b
3
- size 49324536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd504c9f2dc1971ef98521e18441e60758e1e762b3444e5ae615b51f44ceb5f
3
+ size 49254973
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": 5.0,
3
  "eval_samples": 10784,
4
- "exact_match": 76.12109744560075,
5
- "f1": 84.67154895231297
6
  }
 
1
  {
2
+ "epoch": 10.0,
3
  "eval_samples": 10784,
4
+ "exact_match": 72.26111636707664,
5
+ "f1": 81.62230488906296
6
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 5.0,
3
- "train_loss": 1.0621621633540688,
4
- "train_runtime": 1213.6111,
5
  "train_samples": 88524,
6
- "train_samples_per_second": 364.713,
7
- "train_steps_per_second": 1.425
8
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "train_loss": 0.7383389687951589,
4
+ "train_runtime": 2418.3642,
5
  "train_samples": 88524,
6
+ "train_samples_per_second": 366.049,
7
+ "train_steps_per_second": 1.431
8
  }
trainer_state.json CHANGED
@@ -1,46 +1,64 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 5.0,
5
  "eval_steps": 500,
6
- "global_step": 1730,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 1.45,
13
- "learning_rate": 3.554913294797688e-05,
14
- "loss": 1.6738,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 2.89,
19
- "learning_rate": 2.1098265895953757e-05,
20
- "loss": 0.9544,
21
  "step": 1000
22
  },
23
  {
24
  "epoch": 4.34,
25
- "learning_rate": 6.647398843930635e-06,
26
- "loss": 0.7396,
27
  "step": 1500
28
  },
29
  {
30
- "epoch": 5.0,
31
- "step": 1730,
32
- "total_flos": 4.337225635212288e+16,
33
- "train_loss": 1.0621621633540688,
34
- "train_runtime": 1213.6111,
35
- "train_samples_per_second": 364.713,
36
- "train_steps_per_second": 1.425
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  }
38
  ],
39
  "logging_steps": 500,
40
- "max_steps": 1730,
41
- "num_train_epochs": 5,
42
  "save_steps": 500,
43
- "total_flos": 4.337225635212288e+16,
44
  "trial_name": null,
45
  "trial_params": null
46
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
  "eval_steps": 500,
6
+ "global_step": 3460,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 1.45,
13
+ "learning_rate": 4.2774566473988445e-05,
14
+ "loss": 1.6654,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 2.89,
19
+ "learning_rate": 3.554913294797688e-05,
20
+ "loss": 0.9341,
21
  "step": 1000
22
  },
23
  {
24
  "epoch": 4.34,
25
+ "learning_rate": 2.832369942196532e-05,
26
+ "loss": 0.6779,
27
  "step": 1500
28
  },
29
  {
30
+ "epoch": 5.78,
31
+ "learning_rate": 2.1098265895953757e-05,
32
+ "loss": 0.5258,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 7.23,
37
+ "learning_rate": 1.3872832369942197e-05,
38
+ "loss": 0.4303,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 8.67,
43
+ "learning_rate": 6.647398843930635e-06,
44
+ "loss": 0.4153,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 10.0,
49
+ "step": 3460,
50
+ "total_flos": 8.674451270424576e+16,
51
+ "train_loss": 0.7383389687951589,
52
+ "train_runtime": 2418.3642,
53
+ "train_samples_per_second": 366.049,
54
+ "train_steps_per_second": 1.431
55
  }
56
  ],
57
  "logging_steps": 500,
58
+ "max_steps": 3460,
59
+ "num_train_epochs": 10,
60
  "save_steps": 500,
61
+ "total_flos": 8.674451270424576e+16,
62
  "trial_name": null,
63
  "trial_params": null
64
  }