ssingh22 commited on
Commit
676ad76
·
verified ·
1 Parent(s): c3b5558

Add agent projector for step 100

Browse files
checkpoint-100/agent_projector.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324770caa42e4418578c39b371b6caacd3e5cebb39ba2fe21eb167c2e895154b
3
+ size 251804652
checkpoint-100/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lmsys/vicuna-7b-v1.5",
3
+ "agent_encoder_dim": 1024,
4
+ "agent_num_encoders": 15,
5
+ "agent_projector_lr": null,
6
+ "agent_state_tokens": 64,
7
+ "architectures": [
8
+ "LlamaForCausalLM"
9
+ ],
10
+ "attention_bias": false,
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 1,
13
+ "eos_token_id": 2,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 4096,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 11008,
18
+ "llm_state_tokens": 16,
19
+ "max_position_embeddings": 4096,
20
+ "mlp_bias": false,
21
+ "model_type": "arjun_llama",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 32,
24
+ "num_key_value_heads": 32,
25
+ "pad_token_id": 0,
26
+ "pretraining_tp": 1,
27
+ "projection_layer": "encoder[\\d]+/ln2",
28
+ "projector_dropout": 0.1,
29
+ "projector_hidden_depth": 3,
30
+ "projector_hidden_dim": 2048,
31
+ "rms_norm_eps": 1e-05,
32
+ "rope_scaling": null,
33
+ "rope_theta": 10000.0,
34
+ "tie_word_embeddings": false,
35
+ "tokenizer_model_max_length": 375,
36
+ "tokenizer_padding_side": "right",
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.43.1",
39
+ "tune_agent_adapter": true,
40
+ "use_cache": false,
41
+ "use_state_patch_token": true,
42
+ "use_state_start_end": false,
43
+ "vocab_size": 32001
44
+ }