ayman3000 commited on
Commit
1ccfb38
·
verified ·
1 Parent(s): 25b0e62

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ayman3000/MetaMath-Mistral-7B-quantized",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 14336,
12
+ "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 8,
17
+ "rms_norm_eps": 1e-05,
18
+ "rope_theta": 10000.0,
19
+ "sliding_window": 4096,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.35.0.dev0",
23
+ "use_cache": false,
24
+ "vocab_size": 32001,
25
+ "quantization": {
26
+ "enabled": true,
27
+ "methods": ["dynamic", "static"],
28
+ "precision": ["int8"],
29
+ "details": {
30
+ "weights_precision": "int8",
31
+ "activations_precision": "int8",
32
+ "algorithm": "linear_quantization"
33
+ }
34
+ },
35
+ "original_model_repository": "https://huggingface.co/mistralai/Mistral-7B-v0.1",
36
+ "quantized_model_repository": "https://huggingface.co/ayman3000/MetaMath-Mistral-7B-quantized"
37
+ }