zyliu commited on
Commit
77b89d9
·
1 Parent(s): 6045e12

update model

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer_config.json +1 -1
  3. trainer_state.json +52 -7
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49f0515aa524f9f8466e9b913bbc06cdebbdcdfd404ca0057876687496978c03
3
  size 5303326905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e503d2a6e9e148d20417c2f5a1801a3e1cc30ad9003ea9f29a7e63ead0f6f7
3
  size 5303326905
tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  "single_word": false
20
  },
21
  "errors": "replace",
22
- "model_max_length": 1053,
23
  "pad_token": {
24
  "__type": "AddedToken",
25
  "content": "<pad>",
 
19
  "single_word": false
20
  },
21
  "errors": "replace",
22
+ "model_max_length": 1536,
23
  "pad_token": {
24
  "__type": "AddedToken",
25
  "content": "<pad>",
trainer_state.json CHANGED
@@ -1,22 +1,67 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.9389671361502347,
5
- "global_step": 600,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
9
  "log_history": [
10
  {
11
  "epoch": 0.78,
12
- "learning_rate": 1.525551371705218e-05,
13
- "loss": 0.0234,
14
  "step": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
16
  ],
17
- "max_steps": 1917,
18
- "num_train_epochs": 3,
19
- "total_flos": 362746747027456.0,
20
  "trial_name": null,
21
  "trial_params": null
22
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 6.0,
5
+ "global_step": 3834,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
9
  "log_history": [
10
  {
11
  "epoch": 0.78,
12
+ "learning_rate": 1.793975255513717e-05,
13
+ "loss": 0.0242,
14
  "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.56,
18
+ "learning_rate": 1.5250134480903713e-05,
19
+ "loss": 0.002,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 2.35,
24
+ "learning_rate": 1.2560516406670254e-05,
25
+ "loss": 0.0013,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 3.13,
30
+ "learning_rate": 9.870898332436795e-06,
31
+ "loss": 0.0011,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 3.91,
36
+ "learning_rate": 7.181280258203336e-06,
37
+ "loss": 0.0009,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 4.69,
42
+ "learning_rate": 4.491662183969877e-06,
43
+ "loss": 0.0006,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 5.48,
48
+ "learning_rate": 1.8020441097364175e-06,
49
+ "loss": 0.0005,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 6.0,
54
+ "step": 3834,
55
+ "total_flos": 2401267745816576.0,
56
+ "train_loss": 0.0040198439031637265,
57
+ "train_runtime": 24850.8432,
58
+ "train_samples_per_second": 19.743,
59
+ "train_steps_per_second": 0.154
60
  }
61
  ],
62
+ "max_steps": 3834,
63
+ "num_train_epochs": 6,
64
+ "total_flos": 2401267745816576.0,
65
  "trial_name": null,
66
  "trial_params": null
67
  }