Upload folder using huggingface_hub
Browse files- 0 +73 -0
- config.json +1 -1
0
ADDED
@@ -0,0 +1,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 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"compression_config": {
|
10 |
+
"config_groups": {
|
11 |
+
"group_0": {
|
12 |
+
"input_activations": {
|
13 |
+
"block_structure": null,
|
14 |
+
"dynamic": false,
|
15 |
+
"group_size": null,
|
16 |
+
"num_bits": 8,
|
17 |
+
"observer": "minmax",
|
18 |
+
"observer_kwargs": {},
|
19 |
+
"strategy": "tensor",
|
20 |
+
"symmetric": true,
|
21 |
+
"type": "int"
|
22 |
+
},
|
23 |
+
"output_activations": null,
|
24 |
+
"targets": [
|
25 |
+
"Linear"
|
26 |
+
],
|
27 |
+
"weights": {
|
28 |
+
"block_structure": null,
|
29 |
+
"dynamic": false,
|
30 |
+
"group_size": null,
|
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.4583332397611055,
|
42 |
+
"ignore": [
|
43 |
+
"lm_head"
|
44 |
+
],
|
45 |
+
"quant_method": "compressed-tensors",
|
46 |
+
"quantization_status": "frozen",
|
47 |
+
"sparsity_config": {
|
48 |
+
"format": "dense",
|
49 |
+
"global_sparsity": 7.817371603902107,
|
50 |
+
"registry_requires_subclass": false,
|
51 |
+
"sparsity_structure": "unstructured"
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"eos_token_id": 2,
|
55 |
+
"hidden_act": "silu",
|
56 |
+
"hidden_size": 2048,
|
57 |
+
"initializer_range": 0.02,
|
58 |
+
"intermediate_size": 5632,
|
59 |
+
"max_position_embeddings": 2048,
|
60 |
+
"model_type": "llama",
|
61 |
+
"num_attention_heads": 32,
|
62 |
+
"num_hidden_layers": 22,
|
63 |
+
"num_key_value_heads": 4,
|
64 |
+
"pretraining_tp": 1,
|
65 |
+
"rms_norm_eps": 1e-05,
|
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 |
+
}
|
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
-
"
|
10 |
"config_groups": {
|
11 |
"group_0": {
|
12 |
"input_activations": {
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
+
"compression_config": {
|
10 |
"config_groups": {
|
11 |
"group_0": {
|
12 |
"input_activations": {
|