silvente93 commited on
Commit
ec90ec8
1 Parent(s): 221910c

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -39
config.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "_name_or_path": "/workspace/process/mistralai_mistral-7b-instruct-v0.2/source",
3
- "architectures": [
4
- "MistralForCausalLM"
5
- ],
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 2,
9
- "hidden_act": "silu",
10
- "hidden_size": 4096,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 14336,
13
- "max_position_embeddings": 32768,
14
- "model_type": "mistral",
15
- "num_attention_heads": 32,
16
- "num_hidden_layers": 32,
17
- "num_key_value_heads": 8,
18
- "pad_token_id": 0,
19
- "pretraining_tp": 1,
20
- "rms_norm_eps": 1e-05,
21
- "rope_theta": 1000000.0,
22
- "sliding_window": null,
23
- "tie_word_embeddings": false,
24
- "torch_dtype": "bfloat16",
25
- "transformers_version": "4.36.0.dev0",
26
- "use_cache": true,
27
- "vocab_size": 32000,
28
- "quantization_config": {
29
- "bits": 4,
30
- "group_size": 128,
31
- "damp_percent": 0.1,
32
- "desc_act": true,
33
- "sym": true,
34
- "true_sequential": true,
35
- "model_name_or_path": null,
36
- "model_file_base_name": "model",
37
- "quant_method": "gptq"
38
- }
39
- }