jsaizant commited on
Commit
2497277
·
verified ·
1 Parent(s): 4d0a410

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -44
config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "_name_or_path": "/home/jsainz/PycharmProjects/ibm-quantized-models/salamandra-2b-instruct-gptq",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "attention_bias": false,
7
- "attention_dropout": 0.0,
8
- "bos_token_id": 1,
9
- "eos_token_id": 2,
10
- "hidden_act": "silu",
11
- "hidden_size": 2048,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 5440,
14
- "max_position_embeddings": 8192,
15
- "mlp_bias": false,
16
- "model_type": "llama",
17
- "num_attention_heads": 16,
18
- "num_hidden_layers": 24,
19
- "num_key_value_heads": 16,
20
- "num_layers": 24,
21
- "pad_token_id": 0,
22
- "pretraining_tp": 1,
23
- "quantization_config": {
24
- "bits": 4,
25
- "group_size": 128,
26
- "damp_percent": 0.1,
27
- "desc_act": false,
28
- "static_groups": false,
29
- "sym": true,
30
- "true_sequential": true,
31
- "model_name_or_path": null,
32
- "model_file_base_name": null,
33
- "is_marlin_format": false,
34
- "quant_method": "gptq"
35
- },
36
- "rms_norm_eps": 1e-05,
37
- "rope_scaling": null,
38
- "rope_theta": 10000.0,
39
- "tie_word_embeddings": false,
40
- "torch_dtype": "float32",
41
- "transformers_version": "4.28.1",
42
- "use_cache": true,
43
- "vocab_size": 256000
44
- }