Minekorkmz commited on
Commit
f8dafe7
·
verified ·
1 Parent(s): bd3ebb5

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LlamaForSequenceClassification"],
3
+ "model_type": "llama",
4
+ "hidden_size": 4096,
5
+ "intermediate_size": 11008,
6
+ "num_attention_heads": 32,
7
+ "num_hidden_layers": 40,
8
+ "num_labels": 3,
9
+ "vocab_size": 32000,
10
+ "pad_token_id": 0,
11
+ "bos_token_id": 1,
12
+ "eos_token_id": 2,
13
+ "initializer_range": 0.02,
14
+ "hidden_dropout_prob": 0.1,
15
+ "attention_probs_dropout_prob": 0.1,
16
+ "max_position_embeddings": 2048,
17
+ "torch_dtype": "float16",
18
+ "transformers_version": "4.33.0"
19
+ }