AbhayGoyal commited on
Commit
8745f07
·
1 Parent(s): 11b4aff

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +26 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +1 -1
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/phi-1_5",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "MixFormerSequentialForCausalLM"
6
+ ],
7
+ "auto_map": {
8
+ "AutoConfig": "microsoft/phi-1_5--configuration_mixformer_sequential.MixFormerSequentialConfig",
9
+ "AutoModelForCausalLM": "microsoft/phi-1_5--modeling_mixformer_sequential.MixFormerSequentialForCausalLM"
10
+ },
11
+ "embd_pdrop": 0.0,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "mixformer-sequential",
15
+ "n_embd": 2048,
16
+ "n_head": 32,
17
+ "n_inner": null,
18
+ "n_layer": 24,
19
+ "n_positions": 2048,
20
+ "resid_pdrop": 0.0,
21
+ "rotary_dim": 32,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.34.1",
25
+ "vocab_size": 51200
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9602902fdbaead5b0e713c4daeb5499ee7340f5d107181c6a6e92c2c5ceb9f9b
3
+ size 5692078714
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c3ea7f4224ca0e7575c028f8ca2dec3e0fa850da345e58cef075bd1548c4f49
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b456bf3c2a186970bf1096262f7c5ce5c7d8f761a658eabf1d8bb321d9b296d0
3
  size 4472