Shresthadev403 commited on
Commit
521d0fe
1 Parent(s): c1e671b

End of training

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.1050
19
 
20
  ## Model description
21
 
@@ -40,7 +40,7 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 5
44
 
45
  ### Training results
46
 
@@ -51,6 +51,8 @@ The following hyperparameters were used during training:
51
  | 2.9516 | 3.0 | 30 | 2.5815 |
52
  | 2.4828 | 4.0 | 40 | 2.1538 |
53
  | 2.2802 | 5.0 | 50 | 2.1050 |
 
 
54
 
55
 
56
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 2.1188
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 7
44
 
45
  ### Training results
46
 
 
51
  | 2.9516 | 3.0 | 30 | 2.5815 |
52
  | 2.4828 | 4.0 | 40 | 2.1538 |
53
  | 2.2802 | 5.0 | 50 | 2.1050 |
54
+ | 2.1949 | 6.0 | 60 | 2.1221 |
55
+ | 2.0416 | 7.0 | 70 | 2.1188 |
56
 
57
 
58
  ### Framework versions
logs/events.out.tfevents.1702140651.62a1e4c74a80.42734.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97351897983174456fd211c091c9d1d2895c399501d25c3cddac06fd6a6cbf6f
3
+ size 5640
trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "best_metric": 2.105010747909546,
3
  "best_model_checkpoint": "bert-base-banking77-pt2/checkpoint-50",
4
- "epoch": 5.0,
5
  "eval_steps": 10,
6
- "global_step": 50,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -79,20 +79,48 @@
79
  "step": 50
80
  },
81
  {
82
- "epoch": 5.0,
83
- "step": 50,
84
- "total_flos": 3266150400000.0,
85
- "train_loss": 5.784983711242676,
86
- "train_runtime": 46.2198,
87
- "train_samples_per_second": 1.082,
88
- "train_steps_per_second": 1.082
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  }
90
  ],
91
  "logging_steps": 10,
92
- "max_steps": 50,
93
- "num_train_epochs": 5,
94
  "save_steps": 10,
95
- "total_flos": 3266150400000.0,
96
  "trial_name": null,
97
  "trial_params": null
98
  }
 
1
  {
2
  "best_metric": 2.105010747909546,
3
  "best_model_checkpoint": "bert-base-banking77-pt2/checkpoint-50",
4
+ "epoch": 7.0,
5
  "eval_steps": 10,
6
+ "global_step": 70,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
79
  "step": 50
80
  },
81
  {
82
+ "epoch": 6.0,
83
+ "learning_rate": 7.142857142857143e-06,
84
+ "loss": 2.1949,
85
+ "step": 60
86
+ },
87
+ {
88
+ "epoch": 6.0,
89
+ "eval_loss": 2.1220641136169434,
90
+ "eval_runtime": 0.161,
91
+ "eval_samples_per_second": 62.127,
92
+ "eval_steps_per_second": 12.425,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 7.0,
97
+ "learning_rate": 0.0,
98
+ "loss": 2.0416,
99
+ "step": 70
100
+ },
101
+ {
102
+ "epoch": 7.0,
103
+ "eval_loss": 2.118767023086548,
104
+ "eval_runtime": 0.1487,
105
+ "eval_samples_per_second": 67.242,
106
+ "eval_steps_per_second": 13.448,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 7.0,
111
+ "step": 70,
112
+ "total_flos": 4572610560000.0,
113
+ "train_loss": 0.6052134922572545,
114
+ "train_runtime": 34.1418,
115
+ "train_samples_per_second": 2.05,
116
+ "train_steps_per_second": 2.05
117
  }
118
  ],
119
  "logging_steps": 10,
120
+ "max_steps": 70,
121
+ "num_train_epochs": 7,
122
  "save_steps": 10,
123
+ "total_flos": 4572610560000.0,
124
  "trial_name": null,
125
  "trial_params": null
126
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0e816bb628d55636c013287b128c2af89853b6c5e028b9f9192a3db21dc0f9f
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2655d3b72395d03b486dad0d58093ce519e985274f5d96630ca8646675c264
3
  size 4600