sleepdeprived3 commited on
Commit
8c3dbe3
·
verified ·
1 Parent(s): eb7b543

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 131072,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 40,
17
+ "num_key_value_heads": 8,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 1000000.0,
20
+ "sliding_window": null,
21
+ "tie_word_embeddings": false,
22
+ "tokenizer": {
23
+ "add_bos_token": true,
24
+ "add_eos_token": false,
25
+ "pad_token": "</s>",
26
+ "padding_side": "right"
27
+ },
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.51.0",
30
+ "trust_remote_code": true,
31
+ "use_cache": false,
32
+ "vocab_size": 131072,
33
+ "quantization_config": {
34
+ "quant_method": "exl2",
35
+ "version": "0.2.7",
36
+ "bits": 5.0,
37
+ "head_bits": 8,
38
+ "calibration": {
39
+ "rows": 115,
40
+ "length": 2048,
41
+ "dataset": "(default)"
42
+ }
43
+ }
44
+ }