crumb commited on
Commit
bf52a1f
·
1 Parent(s): 036174e

Upload 14 files

Browse files
all_results.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "epoch": 1.0,
3
- "eval_loss": 5.2697978019714355,
4
- "eval_runtime": 9.9998,
5
- "eval_samples_per_second": 12.8,
6
- "eval_steps_per_second": 0.8,
7
- "train_loss": 5.481145858764648,
8
- "train_runtime": 307.3506,
9
- "train_samples_per_second": 66.634,
10
- "train_steps_per_second": 0.016
11
  }
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 4.768307685852051,
4
+ "eval_runtime": 2.808,
5
+ "eval_samples_per_second": 182.334,
6
+ "eval_steps_per_second": 11.396,
7
+ "train_loss": 5.24176848679781,
8
+ "train_runtime": 29745.7901,
9
+ "train_samples_per_second": 141.005,
10
+ "train_steps_per_second": 0.069
11
  }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "crumb/pico-gpt-j-6.7m",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTJForCausalLM"
 
1
  {
2
+ "_name_or_path": "init_model",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTJForCausalLM"
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8086f5b596f9e6e2ec521bc6932dabafa563095f4cde83c3d9845b592b64c0d
3
  size 53627215
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:424837b51a22d9fe9134110ce085c615c3ad498fa47c0c6cbb0b9c1f04bdc175
3
  size 53627215
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f3224e02a63dfe7d57117355acb36466218458af1bb219daf6adbe33d5d9b97
3
  size 26882960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f1581265d71c7921f3a96e74bdf142c5aa5041dd39b744aad3ac569be664bf
3
  size 26882960
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc11e8245674de6daad9989d6126242185a0e1bc1d1acc38d9630548267f3908
3
  size 14575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f957c0119bdc1123597b859cfb7fe17c987134b44e6ae4f7b8db30813bae5300
3
  size 14575
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f3fe26cf2f692f96298ebca5c2bfbcec1f99bbe275a97718af174497fc11143
3
  size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f03b10265048d61f934cd16c74f9d9b0a8e479b009f539940d28930ff456e0
3
  size 627
tokenizer.json CHANGED
@@ -23,7 +23,7 @@
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
- "normalized": false,
27
  "special": true
28
  },
29
  {
 
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": true,
27
  "special": true
28
  },
29
  {
tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 2048,
22
- "name_or_path": "crumb/pico-gpt-j-6.7m",
23
  "pad_token": null,
24
  "special_tokens_map_file": null,
25
  "tokenizer_class": "GPT2Tokenizer",
 
19
  },
20
  "errors": "replace",
21
  "model_max_length": 2048,
22
+ "name_or_path": "init_model",
23
  "pad_token": null,
24
  "special_tokens_map_file": null,
25
  "tokenizer_class": "GPT2Tokenizer",
trainer_state.json CHANGED
@@ -2,14 +2,39 @@
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
  "epoch": 1.0,
5
- "global_step": 5,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
9
- "log_history": [],
10
- "max_steps": 5,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "num_train_epochs": 9223372036854775807,
12
- "total_flos": 54649600081920.0,
13
  "trial_name": null,
14
  "trial_params": null
15
  }
 
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
  "epoch": 1.0,
5
+ "global_step": 2048,
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.24,
12
+ "learning_rate": 0.0008600012539806909,
13
+ "loss": 6.1245,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.49,
18
+ "learning_rate": 0.0005184036114706795,
19
+ "loss": 5.0876,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.73,
24
+ "learning_rate": 0.00016650003884818133,
25
+ "loss": 4.9188,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.98,
30
+ "learning_rate": 1.3547716606548965e-06,
31
+ "loss": 4.8719,
32
+ "step": 2000
33
+ }
34
+ ],
35
+ "max_steps": 2048,
36
  "num_train_epochs": 9223372036854775807,
37
+ "total_flos": 1.1192238096777216e+16,
38
  "trial_name": null,
39
  "trial_params": null
40
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f457e00e98f4d77169dd1873b2734e0af3328b8373d1d9932c55cf03303433c1
3
- size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04da3a238cce79101739d71a50b52fdaf093c79ee0e36110b140bc61f4f2f106
3
+ size 3387