sai1881 commited on
Commit
d51fab2
1 Parent(s): 2728151

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bigscience/bloom-560m",
3
+ "apply_residual_connection_post_layernorm": false,
4
+ "architectures": [
5
+ "BloomForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "attention_softmax_in_fp32": true,
9
+ "bias_dropout_fusion": true,
10
+ "bos_token_id": 1,
11
+ "eos_token_id": 2,
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 1024,
14
+ "initializer_range": 0.02,
15
+ "layer_norm_epsilon": 1e-05,
16
+ "masked_softmax_fusion": true,
17
+ "model_type": "bloom",
18
+ "n_head": 16,
19
+ "n_inner": null,
20
+ "n_layer": 24,
21
+ "offset_alibi": 100,
22
+ "pad_token_id": 3,
23
+ "pretraining_tp": 1,
24
+ "skip_bias_add": true,
25
+ "skip_bias_add_qkv": false,
26
+ "slow_but_exact": false,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.28.1",
29
+ "unk_token_id": 0,
30
+ "use_cache": true,
31
+ "vocab_size": 250880
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab3f1e54ae40849f1811d5bb468c52559eca411e14a27eea175754d8a4fa23a
3
+ size 2236957537
runs/May10_03-33-12_db1b118ecdff/1683689598.3057995/events.out.tfevents.1683689598.db1b118ecdff.11494.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ade337d4b94c4fd34aac3d64b25b3854b2441948b162246b1117171a60c720c
3
+ size 5921
runs/May10_03-33-12_db1b118ecdff/events.out.tfevents.1683689598.db1b118ecdff.11494.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc236cb2aa71ca96b6b14dc395483772b4dcc10cfd47e2c2a9a1a4323252437
3
+ size 4157
runs/May10_04-04-33_db1b118ecdff/1683691477.9994946/events.out.tfevents.1683691477.db1b118ecdff.21248.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78451cef206d04c21dffed328071fa43d90a82f3478c0400b07a45db7fcff560
3
+ size 5921
runs/May10_04-04-33_db1b118ecdff/events.out.tfevents.1683691477.db1b118ecdff.21248.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35fb88eb917ad45d8136d7cadc8bd41b276d6d59cb99a628fbdbeeefd140f426
3
+ size 4314
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98232ae878bbea8989f6b65b95fc07624cf9421977f9c182c73ccad4a9971dba
3
+ size 3643