zackli4ai commited on
Commit
eb02dac
1 Parent(s): 4ad5af2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -19
config.json CHANGED
@@ -1,12 +1,7 @@
1
  {
2
- "_name_or_path": "output",
3
- "architectures": [
4
- "DolphinForCausalLM"
5
- ],
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 151643,
8
  "encoder_config": {
9
- "_name_or_path": "alexchen4ai/Qwen2-0.5B",
10
  "add_cross_attention": false,
11
  "architectures": [
12
  "Qwen2ForCausalLM"
@@ -88,24 +83,22 @@
88
  "use_sliding_window": false,
89
  "vocab_size": 151936
90
  },
91
- "eos_token_id": 151643,
92
  "hidden_act": "silu",
93
- "hidden_size": 3584,
94
  "initializer_range": 0.02,
95
- "intermediate_size": 18944,
96
- "max_position_embeddings": 131072,
97
  "max_window_layers": 28,
98
- "model_type": "qwen2",
99
- "num_attention_heads": 28,
100
- "num_hidden_layers": 28,
101
- "num_key_value_heads": 4,
102
  "rms_norm_eps": 1e-06,
103
- "rope_theta": 1000000.0,
104
- "sliding_window": 131072,
105
  "tie_word_embeddings": false,
106
- "torch_dtype": "bfloat16",
107
- "transformers_version": "4.42.4",
108
  "use_cache": true,
109
  "use_sliding_window": false,
110
- "vocab_size": 152064
111
  }
 
1
  {
 
 
 
 
2
  "attention_dropout": 0.0,
 
3
  "encoder_config": {
4
+ "_name_or_path": "Qwen/Qwen2-0.5B",
5
  "add_cross_attention": false,
6
  "architectures": [
7
  "Qwen2ForCausalLM"
 
83
  "use_sliding_window": false,
84
  "vocab_size": 151936
85
  },
 
86
  "hidden_act": "silu",
87
+ "hidden_size": 4096,
88
  "initializer_range": 0.02,
89
+ "intermediate_size": 22016,
90
+ "max_position_embeddings": 32768,
91
  "max_window_layers": 28,
92
+ "model_type": "dolphin",
93
+ "num_attention_heads": 32,
94
+ "num_hidden_layers": 32,
95
+ "num_key_value_heads": 32,
96
  "rms_norm_eps": 1e-06,
97
+ "rope_theta": 10000.0,
98
+ "sliding_window": 4096,
99
  "tie_word_embeddings": false,
100
+ "transformers_version": "4.44.2",
 
101
  "use_cache": true,
102
  "use_sliding_window": false,
103
+ "vocab_size": 151936
104
  }