sadkins65 commited on
Commit
bfe8310
1 Parent(s): e3db02c

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--TinyLlama--TinyLlama-1.1B-intermediate-step-1431k-3T/snapshots/036fa4651240b9a1487f709833b9e4b96b4c1574",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "compression_config": {
10
+ "quantization_config": {
11
+ "config_groups": {
12
+ "group_0": {
13
+ "input_activations": {
14
+ "block_structure": null,
15
+ "dynamic": true,
16
+ "group_size": null,
17
+ "num_bits": 8,
18
+ "observer": "memoryless",
19
+ "observer_kwargs": {},
20
+ "strategy": "token",
21
+ "symmetric": true,
22
+ "type": "int"
23
+ },
24
+ "output_activations": null,
25
+ "targets": [
26
+ "Linear"
27
+ ],
28
+ "weights": {
29
+ "block_structure": null,
30
+ "dynamic": false,
31
+ "group_size": null,
32
+ "num_bits": 8,
33
+ "observer": "minmax",
34
+ "observer_kwargs": {},
35
+ "strategy": "tensor",
36
+ "symmetric": true,
37
+ "type": "int"
38
+ }
39
+ }
40
+ },
41
+ "format": "int-quantized",
42
+ "global_compression_ratio": 1.4051191328987915,
43
+ "ignore": [
44
+ "model.layers.0.mlp.down_proj",
45
+ "lm_head"
46
+ ],
47
+ "quant_method": "sparseml",
48
+ "quantization_status": "frozen"
49
+ }
50
+ },
51
+ "eos_token_id": 2,
52
+ "hidden_act": "silu",
53
+ "hidden_size": 2048,
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 5632,
56
+ "max_position_embeddings": 2048,
57
+ "model_type": "llama",
58
+ "num_attention_heads": 32,
59
+ "num_hidden_layers": 22,
60
+ "num_key_value_heads": 4,
61
+ "pretraining_tp": 1,
62
+ "rms_norm_eps": 1e-05,
63
+ "rope_scaling": null,
64
+ "rope_theta": 10000.0,
65
+ "tie_word_embeddings": false,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.39.3",
68
+ "use_cache": true,
69
+ "vocab_size": 32000
70
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.39.3"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0966eef7b6292b59aeedc6a484e8886cbeb064ab0c29037804200c1e51105f2c
3
+ size 1528201733
recipe.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ test_stage:
2
+ quant_modifiers:
3
+ vLLMQuantizationModifier:
4
+ ignore: [lm_head, model.layers.0.mlp.down_proj]
5
+ config_groups:
6
+ group_0:
7
+ weights: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
8
+ input_activations: {num_bits: 8, type: int, symmetric: true, strategy: token, dynamic: true}
9
+ output_activations: null
10
+ targets: [Linear]
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
33
+ "legacy": false,
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "</s>",
36
+ "padding_side": "right",
37
+ "sp_model_kwargs": {},
38
+ "tokenizer_class": "LlamaTokenizer",
39
+ "unk_token": "<unk>",
40
+ "use_default_system_prompt": false
41
+ }