AnirudhRajagopalan1201 commited on
Commit
bfc45bb
1 Parent(s): dd35297

Upload LlamaForCausalLM

Browse files
Files changed (4) hide show
  1. README.md +3 -0
  2. config.json +30 -0
  3. generation_config.json +7 -0
  4. model.safetensors +3 -0
README.md CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50256,
8
+ "eos_token_id": 50256,
9
+ "head_dim": 20,
10
+ "hidden_act": "gelu_new",
11
+ "hidden_size": 160,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 640,
14
+ "max_position_embeddings": 256,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 8,
18
+ "num_hidden_layers": 8,
19
+ "num_key_value_heads": 8,
20
+ "pad_token_id": 50256,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.45.1",
28
+ "use_cache": true,
29
+ "vocab_size": 50257
30
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "pad_token_id": 50256,
6
+ "transformers_version": "4.45.1"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b460aa384711e451257de4a7b5880398817a1aeda749194dd2ed35a60a86e0c
3
+ size 77455176