From 92be4f0252032c2b6cc1aab30a6e8679419b6c31 Mon Sep 17 00:00:00 2001 From: Severian Date: Sun, 8 Oct 2023 22:42:16 +0000 Subject: [PATCH] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 43075c3..0040623 100644 --- a/config.json +++ b/config.json @@ -10,7 +10,7 @@ "initializer_range": 0.02, "intermediate_size": 14336, "max_position_embeddings": 32768, - "model_type": "llama", + "model_type": "mistral", "num_attention_heads": 32, "num_hidden_layers": 32, "num_key_value_heads": 8,