s3nh commited on
Commit
3af243e
1 Parent(s): 98d113f

Upload ./ with huggingface_hub

Browse files
Files changed (7) hide show
  1. config.json +32 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +22 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MBZUAI/LaMini-Cerebras-256M",
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.0,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_embd": 1088,
15
+ "n_head": 17,
16
+ "n_inner": 4352,
17
+ "n_layer": 14,
18
+ "n_positions": 2048,
19
+ "reorder_and_upcast_attn": false,
20
+ "resid_pdrop": 0.0,
21
+ "scale_attn_by_inverse_layer_idx": false,
22
+ "scale_attn_weights": true,
23
+ "summary_activation": null,
24
+ "summary_first_dropout": 0.1,
25
+ "summary_proj_to_labels": true,
26
+ "summary_type": "cls_index",
27
+ "summary_use_proj": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.20.1",
30
+ "use_cache": false,
31
+ "vocab_size": 50258
32
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f40b610ead17a8169f63f22a424dad4ede8cf1f2237b416e66983db2f11d6c8
3
+ size 2047924433
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f92dd3e878a19498a1b9387e7947ec4ac35e7320574f8f0611731658a366462
3
+ size 1082695985
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec08f7c8006113b1a3cfff394ab26b2537112941e13a3692aeea177f161c92b
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bbddff0c840567819234e8408f644e4f60116fb8aa72c2ffa2cada913f4ec45
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 8.998875140607424,
5
+ "global_step": 8000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 5.62,
12
+ "learning_rate": 4.380630630630631e-05,
13
+ "loss": 0.5361,
14
+ "step": 5000
15
+ }
16
+ ],
17
+ "max_steps": 8890,
18
+ "num_train_epochs": 10,
19
+ "total_flos": 1.1732772054682829e+17,
20
+ "trial_name": null,
21
+ "trial_params": null
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddcd70c8b942d36eb0abdef0fabc5743b97856f08054e2b9e34a1dc0e2695d92
3
+ size 3247