Upload folder using huggingface_hub
Browse files- config.json +5 -5
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -27,7 +27,7 @@
|
|
27 |
}
|
28 |
}
|
29 |
},
|
30 |
-
"format": "
|
31 |
"global_compression_ratio": 1.896287597650382,
|
32 |
"ignore": [
|
33 |
"lm_head"
|
@@ -36,7 +36,7 @@
|
|
36 |
"quantization_status": "frozen",
|
37 |
"sparsity_config": {
|
38 |
"format": "dense",
|
39 |
-
"global_sparsity": 50.
|
40 |
"registry_requires_subclass": false,
|
41 |
"sparsity_structure": "unstructured"
|
42 |
}
|
@@ -56,8 +56,8 @@
|
|
56 |
"rope_scaling": null,
|
57 |
"rope_theta": 10000.0,
|
58 |
"tie_word_embeddings": false,
|
59 |
-
"torch_dtype": "
|
60 |
-
"transformers_version": "4.40.
|
61 |
"use_cache": true,
|
62 |
"vocab_size": 32000
|
63 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/network/sadkins/llama7b_sparse_24_w4a16_group128",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
27 |
}
|
28 |
}
|
29 |
},
|
30 |
+
"format": "marlin-24",
|
31 |
"global_compression_ratio": 1.896287597650382,
|
32 |
"ignore": [
|
33 |
"lm_head"
|
|
|
36 |
"quantization_status": "frozen",
|
37 |
"sparsity_config": {
|
38 |
"format": "dense",
|
39 |
+
"global_sparsity": 50.79734011764465,
|
40 |
"registry_requires_subclass": false,
|
41 |
"sparsity_structure": "unstructured"
|
42 |
}
|
|
|
56 |
"rope_scaling": null,
|
57 |
"rope_theta": 10000.0,
|
58 |
"tie_word_embeddings": false,
|
59 |
+
"torch_dtype": "float16",
|
60 |
+
"transformers_version": "4.40.0",
|
61 |
"use_cache": true,
|
62 |
"vocab_size": 32000
|
63 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"transformers_version": "4.40.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.40.0"
|
6 |
}
|