Abhinav Agarwalla
commited on
Commit
•
3f690cf
1
Parent(s):
c8df07f
Updating pruned70+quantized model
Browse files- README.md +2 -2
- config.json +4 -3
- model-orig.onnx +2 -2
- model.data +1 -1
- model.onnx +2 -2
- special_tokens_map.json +1 -7
- tokenizer.json +1 -1
- tokenizer_config.json +0 -4
README.md
CHANGED
@@ -50,8 +50,8 @@ Model evaluation metrics and results.
|
|
50 |
|
51 |
| Benchmark | Metric | Llama-2-7b-evolcodealpaca | Llama-2-7b-pruned70-retrained-evolcodealpaca-quant-ds |
|
52 |
|------------------------------------------------|---------------|-------------|-------------------------------|
|
53 |
-
| [HumanEval](https://arxiv.org/abs/2107.03374) | pass@1 | 32.03 |
|
54 |
|
55 |
## Help
|
56 |
|
57 |
-
For further support, and discussions on these models and AI in general, join [Neural Magic's Slack Community](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ)
|
|
|
50 |
|
51 |
| Benchmark | Metric | Llama-2-7b-evolcodealpaca | Llama-2-7b-pruned70-retrained-evolcodealpaca-quant-ds |
|
52 |
|------------------------------------------------|---------------|-------------|-------------------------------|
|
53 |
+
| [HumanEval](https://arxiv.org/abs/2107.03374) | pass@1 | 32.03 | 35.02 |
|
54 |
|
55 |
## Help
|
56 |
|
57 |
+
For further support, and discussions on these models and AI in general, join [Neural Magic's Slack Community](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ)
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -21,8 +21,9 @@
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
-
"
|
25 |
-
"
|
|
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 32000
|
28 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "neuralmagic/Llama-2-7b-pruned70-retrained-evolcodealpaca-quant-ds",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
25 |
+
"torch_dtype": "float16",
|
26 |
+
"transformers_version": "1.7.0.20240504",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
model-orig.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e88bf46725811cb455886e4fa944eb5c309512b8793bc4d219e505ab5aaa18b
|
3 |
+
size 1222611
|
model.data
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7154772992
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:365753b3f8cd015b79c51aca5caa0e56d208f731a5f4599720ee6f9be3c6f82b
|
3 |
size 7154772992
|
model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0583ad67585c0fd1758a3d3845814bf5158a5cdbb928b9999f98177b7cf6534
|
3 |
+
size 1207556
|
special_tokens_map.json
CHANGED
@@ -13,13 +13,7 @@
|
|
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,
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"unk_token": {
|
18 |
"content": "<unk>",
|
19 |
"lstrip": false,
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 384,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
tokenizer_config.json
CHANGED
@@ -29,15 +29,11 @@
|
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
"legacy": false,
|
32 |
-
"max_length": 2048,
|
33 |
"model_max_length": 1000000000000000019884624838656,
|
34 |
"pad_token": "</s>",
|
35 |
"padding_side": "right",
|
36 |
"sp_model_kwargs": {},
|
37 |
-
"stride": 0,
|
38 |
"tokenizer_class": "LlamaTokenizer",
|
39 |
-
"truncation_side": "right",
|
40 |
-
"truncation_strategy": "longest_first",
|
41 |
"unk_token": "<unk>",
|
42 |
"use_default_system_prompt": false
|
43 |
}
|
|
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
"legacy": false,
|
|
|
32 |
"model_max_length": 1000000000000000019884624838656,
|
33 |
"pad_token": "</s>",
|
34 |
"padding_side": "right",
|
35 |
"sp_model_kwargs": {},
|
|
|
36 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
|
|
37 |
"unk_token": "<unk>",
|
38 |
"use_default_system_prompt": false
|
39 |
}
|