bjdwh commited on
Commit
e70e636
1 Parent(s): 36c2b47

Upload config.json

Browse files
Files changed (1) hide show
  1. train_config/config.json +34 -0
train_config/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vicuna-7b-v1.5-16k",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "max_sequence_length": 16384,
13
+ "max_position_embeddings": 4096,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 32,
18
+ "pad_token_id": 0,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-05,
21
+ "rope_scaling": {
22
+ "factor": 4.0,
23
+ "type": "linear"
24
+ },
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float16",
27
+ "transformers_version": "4.34.0",
28
+ "use_cache": true,
29
+ "vocab_size": 32000,
30
+ "st_hidden_size": 64,
31
+ "lin_hidden_size": 128,
32
+ "time_steps": 12,
33
+ "pretrain_ST_model_path":"./base_checkpoint/st_encoder/pretrain_stencoder.pth"
34
+ }