phoebeklett commited on
Commit
d1edf41
1 Parent(s): 7ddd729

Upload ExtendedLlamaForCausalLM

Browse files
config.json CHANGED
@@ -3,10 +3,6 @@
3
  "architectures": [
4
  "ExtendedLlamaForCausalLM"
5
  ],
6
- "auto_map": {
7
- "AutoConfig": "configuration_llama.ExtendedLlamaConfig",
8
- "AutoModelForCausalLM": "modeling_llama.ExtendedLlamaForCausalLM"
9
- },
10
  "attention_bias": false,
11
  "attention_dropout": 0.0,
12
  "bos_token_id": 1,
@@ -16,15 +12,16 @@
16
  "initializer_range": 0.02,
17
  "intermediate_size": 11008,
18
  "mask_by_sim": true,
19
- "max_position_embeddings": 2048,
20
  "memory_device": "cpu",
21
  "memory_type": "manual",
22
  "model_type": "extended-llama",
23
  "num_attention_heads": 32,
24
  "num_hidden_layers": 32,
25
  "num_key_value_heads": 32,
 
26
  "pretraining_tp": 1,
27
- "rms_norm_eps": 1e-06,
28
  "rope_scaling": null,
29
  "rope_theta": 10000.0,
30
  "sim_threshold": 0.25,
 
3
  "architectures": [
4
  "ExtendedLlamaForCausalLM"
5
  ],
 
 
 
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 11008,
14
  "mask_by_sim": true,
15
+ "max_position_embeddings": 4096,
16
  "memory_device": "cpu",
17
  "memory_type": "manual",
18
  "model_type": "extended-llama",
19
  "num_attention_heads": 32,
20
  "num_hidden_layers": 32,
21
  "num_key_value_heads": 32,
22
+ "pad_token_id": 0,
23
  "pretraining_tp": 1,
24
+ "rms_norm_eps": 1e-05,
25
  "rope_scaling": null,
26
  "rope_theta": 10000.0,
27
  "sim_threshold": 0.25,
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_length": 4096,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.6,
8
+ "top_p": 0.9,
9
+ "transformers_version": "4.32.0"
10
+ }
pytorch_model-00001-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ddeadea41be4444c64dec83e3401d7cb98463af0a49e3689e7c06442059e7f6
3
- size 9877991673
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539bf751b68061957c4dab561a1e9a1f7da2549bb2aaeb390f0f9cb0c0e85166
3
+ size 9877990073
pytorch_model-00002-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dfcc690e9ce1555d682a3ae396ffabbb90dd54d5817b2c66a81e8526685e001
3
- size 9894803229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a9aba67ed4a7aa2e103ac7faec800dc8dffa230f09c139c185e2dd0afe50bf
3
+ size 9894801501
pytorch_model-00003-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0de6cf55d0c498b3f6a5463ac215e43ff1bcde723af45eadc24b10ac840922bc
3
- size 7180992352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc105461dbecf5eb4f905c3aaf253be05dcc94051dd4b268f38f926044e4c569
3
+ size 7180991136