communityai commited on
Commit
9100456
1 Parent(s): 273b0f3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "/content/gdrive/MyDrive/aptai/apt/apt_chat/mistral/apt-chat-mistral-7b-v1-714k",
3
  "architectures": [
4
- "LuminaForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
@@ -10,7 +10,7 @@
10
  "initializer_range": 0.02,
11
  "intermediate_size": 14336,
12
  "max_position_embeddings": 32768,
13
- "model_type": "lumina",
14
  "num_attention_heads": 32,
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 8,
 
1
  {
2
  "_name_or_path": "/content/gdrive/MyDrive/aptai/apt/apt_chat/mistral/apt-chat-mistral-7b-v1-714k",
3
  "architectures": [
4
+ "MistralForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 14336,
12
  "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
14
  "num_attention_heads": 32,
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 8,