ZainabShah02 commited on
Commit
0070598
1 Parent(s): 022d12c

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hf-internal-testing/tiny-random-gptj",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTJForCausalLM"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "attn_pdrop": 0.0,
9
+ "bos_token_id": 98,
10
+ "embd_pdrop": 0.0,
11
+ "eos_token_id": 98,
12
+ "gradient_checkpointing": false,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 37,
17
+ "layer_norm_epsilon": 1e-05,
18
+ "model_type": "gptj",
19
+ "n_ctx": 512,
20
+ "n_embd": 32,
21
+ "n_head": 4,
22
+ "n_inner": null,
23
+ "n_layer": 5,
24
+ "n_positions": 512,
25
+ "pad_token_id": 98,
26
+ "resid_pdrop": 0.0,
27
+ "rotary_dim": 4,
28
+ "scale_attn_weights": true,
29
+ "tie_word_embeddings": false,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.30.2",
32
+ "type_vocab_size": 16,
33
+ "use_cache": true,
34
+ "vocab_size": 1000
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8fff4e8d3b69cfb8f3ba4d7e5b71c5c9aa63e3e6e7f88ae2823c302d5611d21
3
+ size 527254
runs/Jul09_21-55-06_00b24b3c4cc1/events.out.tfevents.1688939711.00b24b3c4cc1.480.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005be86a5e4221da6dac0b1a5cc7f03600375bdecb4b833518df0635133acec4
3
+ size 4325
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafa1c9b6ea2b7ae82df232f1f5f2f3ba903ca1cf4d2326a075d652b35a6485d
3
+ size 3963