sharpenb commited on
Commit
8bd9b8d
1 Parent(s): c271e41

Upload folder using huggingface_hub (#4)

Browse files

- 496ea46e041fc7d353b3ff37808a913445f5cb1bcc6a400ec7b5f44e173d1dc2 (aa96922cd702e2c9afa0a68205bd0fcf93a423dd)
- ae29ab0772c5ec74c25b4d2645a368806612214f6c8b8b4e0f632f57245288cd (d3b02854d54cdd99a212eb1abd5f8459502701d5)

Files changed (2) hide show
  1. README.md +8 -8
  2. results.json +15 -30
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
3
- base_model: NousResearch/Meta-Llama-3-8B
4
  metrics:
5
  - memory_disk
6
  - memory_inference
@@ -38,7 +38,7 @@ tags:
38
  ![image info](./plots.png)
39
 
40
  **Frequently Asked Questions**
41
- - ***How does the compression work?*** The model is compressed with awq.
42
  - ***How does the model quality change?*** The quality of the model output might vary compared to the base model.
43
  - ***How is the model efficiency evaluated?*** These results were obtained on HARDWARE_NAME with configuration described in `model/smash_config.json` and are obtained after a hardware warmup. The smashed model is directly compared to the original base model. Efficiency results may vary in other settings (e.g. other hardware, image size, batch size, ...). We recommend to directly run them in the use-case conditions to know if the smashed model can benefit you.
44
  - ***What is the model format?*** We use safetensors.
@@ -52,18 +52,18 @@ tags:
52
 
53
  You can run the smashed model with these steps:
54
 
55
- 0. Check requirements from the original repo NousResearch/Meta-Llama-3-8B installed. In particular, check python, cuda, and transformers versions.
56
  1. Make sure that you have installed quantization related packages.
57
  ```bash
58
- pip install autoawq
59
  ```
60
  2. Load & run the model.
61
  ```python
62
  from transformers import AutoModelForCausalLM, AutoTokenizer
63
- from awq import AutoAWQForCausalLM
64
 
65
- model = AutoAWQForCausalLM.from_quantized("PrunaAI/NousResearch-Meta-Llama-3-8B-AWQ-4bit-smashed", trust_remote_code=True, device_map='auto')
66
- tokenizer = AutoTokenizer.from_pretrained("NousResearch/Meta-Llama-3-8B")
67
 
68
  input_ids = tokenizer("What is the color of prunes?,", return_tensors='pt').to(model.device)["input_ids"]
69
 
@@ -77,7 +77,7 @@ The configuration info are in `smash_config.json`.
77
 
78
  ## Credits & License
79
 
80
- The license of the smashed model follows the license of the original model. Please check the license of the original model NousResearch/Meta-Llama-3-8B before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.
81
 
82
  ## Want to compress other models?
83
 
 
1
  ---
2
  thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
3
+ base_model: PrunaAI/NousResearch-Meta-Llama-3-8B-AWQ-4bit-smashed
4
  metrics:
5
  - memory_disk
6
  - memory_inference
 
38
  ![image info](./plots.png)
39
 
40
  **Frequently Asked Questions**
41
+ - ***How does the compression work?*** The model is compressed with [.
42
  - ***How does the model quality change?*** The quality of the model output might vary compared to the base model.
43
  - ***How is the model efficiency evaluated?*** These results were obtained on HARDWARE_NAME with configuration described in `model/smash_config.json` and are obtained after a hardware warmup. The smashed model is directly compared to the original base model. Efficiency results may vary in other settings (e.g. other hardware, image size, batch size, ...). We recommend to directly run them in the use-case conditions to know if the smashed model can benefit you.
44
  - ***What is the model format?*** We use safetensors.
 
52
 
53
  You can run the smashed model with these steps:
54
 
55
+ 0. Check requirements from the original repo PrunaAI/NousResearch-Meta-Llama-3-8B-AWQ-4bit-smashed installed. In particular, check python, cuda, and transformers versions.
56
  1. Make sure that you have installed quantization related packages.
57
  ```bash
58
+ REQUIREMENTS_INSTRUCTIONS
59
  ```
60
  2. Load & run the model.
61
  ```python
62
  from transformers import AutoModelForCausalLM, AutoTokenizer
63
+ IMPORTS
64
 
65
+ MODEL_LOAD
66
+ tokenizer = AutoTokenizer.from_pretrained("PrunaAI/NousResearch-Meta-Llama-3-8B-AWQ-4bit-smashed")
67
 
68
  input_ids = tokenizer("What is the color of prunes?,", return_tensors='pt').to(model.device)["input_ids"]
69
 
 
77
 
78
  ## Credits & License
79
 
80
+ The license of the smashed model follows the license of the original model. Please check the license of the original model PrunaAI/NousResearch-Meta-Llama-3-8B-AWQ-4bit-smashed before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.
81
 
82
  ## Want to compress other models?
83
 
results.json CHANGED
@@ -1,32 +1,17 @@
1
  {
2
- "base_current_gpu_type": "NVIDIA A100-PCIE-40GB",
3
- "base_current_gpu_total_memory": 40339.3125,
4
- "base_perplexity": 6.637787342071533,
5
- "base_token_generation_latency_sync": 37.664760208129884,
6
- "base_token_generation_latency_async": 37.534007616341114,
7
- "base_token_generation_throughput_sync": 0.026550016367398815,
8
- "base_token_generation_throughput_async": 0.026642505383960964,
9
- "base_token_generation_CO2_emissions": null,
10
- "base_token_generation_energy_consumption": null,
11
- "base_inference_latency_sync": 118.52748794555664,
12
- "base_inference_latency_async": 38.34338188171387,
13
- "base_inference_throughput_sync": 0.00843686150219712,
14
- "base_inference_throughput_async": 0.026080119982241433,
15
- "base_inference_CO2_emissions": null,
16
- "base_inference_energy_consumption": null,
17
- "smashed_current_gpu_type": "NVIDIA A100-PCIE-40GB",
18
- "smashed_current_gpu_total_memory": 40339.3125,
19
- "smashed_perplexity": 7.146455764770508,
20
- "smashed_token_generation_latency_sync": 44.163258743286136,
21
- "smashed_token_generation_latency_async": 44.04097441583872,
22
- "smashed_token_generation_throughput_sync": 0.022643256599628164,
23
- "smashed_token_generation_throughput_async": 0.022706127947077485,
24
- "smashed_token_generation_CO2_emissions": null,
25
- "smashed_token_generation_energy_consumption": null,
26
- "smashed_inference_latency_sync": 161.99608306884767,
27
- "smashed_inference_latency_async": 69.91302967071533,
28
- "smashed_inference_throughput_sync": 0.006172988760320854,
29
- "smashed_inference_throughput_async": 0.014303485411945647,
30
- "smashed_inference_CO2_emissions": null,
31
- "smashed_inference_energy_consumption": null
32
  }
 
1
  {
2
+ "current_gpu_type": "NVIDIA A100-PCIE-40GB",
3
+ "current_gpu_total_memory": 40339.3125,
4
+ "perplexity": 7.146307468414307,
5
+ "token_generation_latency_sync": 16.625248146057128,
6
+ "token_generation_latency_async": 16.69239643961191,
7
+ "token_generation_throughput_sync": 0.06014947814400964,
8
+ "token_generation_throughput_async": 0.05990751559356383,
9
+ "token_generation_CO2_emissions": null,
10
+ "token_generation_energy_consumption": null,
11
+ "inference_latency_sync": 188.58076019287108,
12
+ "inference_latency_async": 46.52762413024902,
13
+ "inference_throughput_sync": 0.005302767890940992,
14
+ "inference_throughput_async": 0.021492608287941133,
15
+ "inference_CO2_emissions": null,
16
+ "inference_energy_consumption": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }