sadkins65 commited on
Commit
ad04724
·
verified ·
1 Parent(s): 8422d52

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
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
  ],
@@ -31,14 +31,14 @@
31
  "num_bits": 8,
32
  "observer": "minmax",
33
  "observer_kwargs": {},
34
- "strategy": "tensor",
35
  "symmetric": true,
36
  "type": "int"
37
  }
38
  }
39
  },
40
  "format": "int-quantized",
41
- "global_compression_ratio": 1.2391304140415598,
42
  "ignore": [
43
  "lm_head"
44
  ],
@@ -46,7 +46,7 @@
46
  "quantization_status": "frozen",
47
  "sparsity_config": {
48
  "format": "dense",
49
- "global_sparsity": 7.826375935115232,
50
  "registry_requires_subclass": false,
51
  "sparsity_structure": "unstructured"
52
  }
@@ -66,8 +66,8 @@
66
  "rope_scaling": null,
67
  "rope_theta": 10000.0,
68
  "tie_word_embeddings": false,
69
- "torch_dtype": "float16",
70
- "transformers_version": "4.40.0",
71
  "use_cache": true,
72
  "vocab_size": 32000
73
  }
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--TinyLlama--TinyLlama-1.1B-Chat-v1.0/snapshots/fe8a4ea1ffedaf415f4da2f062534de366a451e6",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
31
  "num_bits": 8,
32
  "observer": "minmax",
33
  "observer_kwargs": {},
34
+ "strategy": "channel",
35
  "symmetric": true,
36
  "type": "int"
37
  }
38
  }
39
  },
40
  "format": "int-quantized",
41
+ "global_compression_ratio": 1.2390773684863086,
42
  "ignore": [
43
  "lm_head"
44
  ],
 
46
  "quantization_status": "frozen",
47
  "sparsity_config": {
48
  "format": "dense",
49
+ "global_sparsity": 1.1879092038191659,
50
  "registry_requires_subclass": false,
51
  "sparsity_structure": "unstructured"
52
  }
 
66
  "rope_scaling": null,
67
  "rope_theta": 10000.0,
68
  "tie_word_embeddings": false,
69
+ "torch_dtype": "bfloat16",
70
+ "transformers_version": "4.40.2",
71
  "use_cache": true,
72
  "vocab_size": 32000
73
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.40.0"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.40.2"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b77c5cda8b7af33e238158ceadff4e01d904b0ef3e66c19cb04fa6f628b35a1
3
- size 1231252356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa0a2b2eacbec0d3252875883400855a36e72eda3d6fc21d8d016e7961468748
3
+ size 1232041608
recipe.yaml CHANGED
@@ -5,6 +5,6 @@ quant_stage:
5
  ignore: [lm_head]
6
  config_groups:
7
  group_0:
8
- weights: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
9
  input_activations: {num_bits: 8, type: int, symmetric: true, dynamic: true, strategy: token}
10
  targets: [Linear]
 
5
  ignore: [lm_head]
6
  config_groups:
7
  group_0:
8
+ weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}
9
  input_activations: {num_bits: 8, type: int, symmetric: true, dynamic: true, strategy: token}
10
  targets: [Linear]
special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "</s>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -32,7 +32,7 @@
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
35
- "model_max_length": 1000000000000000019884624838656,
36
  "pad_token": "</s>",
37
  "padding_side": "right",
38
  "sp_model_kwargs": {},
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
35
+ "model_max_length": 2048,
36
  "pad_token": "</s>",
37
  "padding_side": "right",
38
  "sp_model_kwargs": {},