Ba2han commited on
Commit
5398e0d
1 Parent(s): 0dbab7a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TRmodel",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "attention_dropout_prob": 0.1,
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "bos_token_id": 1,
10
+ "eos_token_id": 2,
11
+ "head_dim": 128,
12
+ "hidden_act": "silu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 1280,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 2560,
17
+ "max_position_embeddings": 2048,
18
+ "model_type": "mistral",
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 18,
21
+ "num_key_value_heads": 4,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_theta": 10000.0,
24
+ "sliding_window": 4096,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.44.2",
28
+ "use_cache": true,
29
+ "vocab_size": 44312
30
+ }