haibotamiu commited on
Commit
db06ea3
1 Parent(s): 7ee20d9

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": 50.0,
3
  "eval_samples": 3000,
4
- "exact_match": 54.1,
5
- "f1": 64.16052678024202,
6
- "train_loss": 0.24316337321666961,
7
- "train_runtime": 574.61,
8
  "train_samples": 3000,
9
- "train_samples_per_second": 261.047,
10
- "train_steps_per_second": 4.09
11
  }
 
1
  {
2
+ "epoch": 100.0,
3
  "eval_samples": 3000,
4
+ "exact_match": 38.53333333333333,
5
+ "f1": 49.37872919499951,
6
+ "train_loss": 0.1716590222906559,
7
+ "train_runtime": 1168.3137,
8
  "train_samples": 3000,
9
+ "train_samples_per_second": 256.78,
10
+ "train_steps_per_second": 4.023
11
  }
args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:957caeb54a33f98880620a341e01e33ff24891b06089945906105afe662bbceb
3
  size 5652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c77609633ef094966fd5f114b3011956109039e2ebad96b1165ed8edc17401c
3
  size 5652
eval_nbest_predictions.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9eb71ad7d0b3963346260ea663ee994a385ed116be2cd9002fedd212a80af65
3
- size 14160359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c6f32f25d64d9930e0f326bd6c457109eeeadcbb60b26f4ff0199458cff550
3
+ size 14116391
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": 54.1,
5
- "f1": 64.16052678024202
6
  }
 
1
  {
2
+ "epoch": 100.0,
3
  "eval_samples": 3000,
4
+ "exact_match": 38.53333333333333,
5
+ "f1": 49.37872919499951
6
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 50.0,
3
- "train_loss": 0.24316337321666961,
4
- "train_runtime": 574.61,
5
  "train_samples": 3000,
6
- "train_samples_per_second": 261.047,
7
- "train_steps_per_second": 4.09
8
  }
 
1
  {
2
+ "epoch": 100.0,
3
+ "train_loss": 0.1716590222906559,
4
+ "train_runtime": 1168.3137,
5
  "train_samples": 3000,
6
+ "train_samples_per_second": 256.78,
7
+ "train_steps_per_second": 4.023
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": 1.0484,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 21.28,
19
- "learning_rate": 2.8723404255319154e-05,
20
- "loss": 0.0622,
21
  "step": 1000
22
  },
23
  {
24
  "epoch": 31.91,
25
- "learning_rate": 1.8085106382978724e-05,
26
- "loss": 0.0191,
27
  "step": 1500
28
  },
29
  {
30
  "epoch": 42.55,
31
- "learning_rate": 7.446808510638298e-06,
32
- "loss": 0.0082,
33
  "step": 2000
34
  },
35
  {
36
- "epoch": 50.0,
37
- "step": 2350,
38
- "total_flos": 1.46984737536e+16,
39
- "train_loss": 0.24316337321666961,
40
- "train_runtime": 574.61,
41
- "train_samples_per_second": 261.047,
42
- "train_steps_per_second": 4.09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
44
  ],
45
  "logging_steps": 500,
46
- "max_steps": 2350,
47
- "num_train_epochs": 50,
48
  "save_steps": 500,
49
- "total_flos": 1.46984737536e+16,
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": 1.0426,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 21.28,
19
+ "learning_rate": 3.936170212765958e-05,
20
+ "loss": 0.0678,
21
  "step": 1000
22
  },
23
  {
24
  "epoch": 31.91,
25
+ "learning_rate": 3.4042553191489365e-05,
26
+ "loss": 0.0241,
27
  "step": 1500
28
  },
29
  {
30
  "epoch": 42.55,
31
+ "learning_rate": 2.8723404255319154e-05,
32
+ "loss": 0.0128,
33
  "step": 2000
34
  },
35
  {
36
+ "epoch": 53.19,
37
+ "learning_rate": 2.340425531914894e-05,
38
+ "loss": 0.0091,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 63.83,
43
+ "learning_rate": 1.8085106382978724e-05,
44
+ "loss": 0.0124,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 74.47,
49
+ "learning_rate": 1.2765957446808511e-05,
50
+ "loss": 0.0171,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 85.11,
55
+ "learning_rate": 7.446808510638298e-06,
56
+ "loss": 0.0377,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 95.74,
61
+ "learning_rate": 2.1276595744680853e-06,
62
+ "loss": 0.1481,
63
+ "step": 4500
64
+ },
65
+ {
66
+ "epoch": 100.0,
67
+ "step": 4700,
68
+ "total_flos": 2.93969475072e+16,
69
+ "train_loss": 0.1716590222906559,
70
+ "train_runtime": 1168.3137,
71
+ "train_samples_per_second": 256.78,
72
+ "train_steps_per_second": 4.023
73
  }
74
  ],
75
  "logging_steps": 500,
76
+ "max_steps": 4700,
77
+ "num_train_epochs": 100,
78
  "save_steps": 500,
79
+ "total_flos": 2.93969475072e+16,
80
  "trial_name": null,
81
  "trial_params": null
82
  }