LexDLubbers commited on
Commit
96d45d3
1 Parent(s): 1475a64

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "mistral",
3
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
4
+ "task": "CAUSAL_LM",
5
+ "peft_type": "LORA",
6
+ "adapter_config": "adapter_config.json",
7
+ "tokenizer_class": "MistralTokenizer",
8
+ "hidden_size": 4096,
9
+ "num_attention_heads": 32,
10
+ "num_hidden_layers": 28,
11
+ "vocab_size": 50257
12
+ }