sharpenb commited on
Commit
8eef851
1 Parent(s): 2689bfa

Upload folder using huggingface_hub (#2)

Browse files

- ca26b57cf11cb81de51e9dd2c64d25f031375f8273f203adaa5bf61b7c2a033a (7235dfa5dfad713c9649cc0ca49ca9a6746ca21e)
- 826329e003174ed57d43fa0eecc8c4c8a4d0b20304849cf6ffa15e7805754056 (88c26e64a93c2f8022b89578d5af975397d42f7f)

Files changed (2) hide show
  1. README.md +9 -13
  2. results.json +17 -0
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: maywell/Llama-3-Ko-8B-Instruct
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 hqq.
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,22 +52,18 @@ tags:
52
 
53
  You can run the smashed model with these steps:
54
 
55
- 0. Check requirements from the original repo maywell/Llama-3-Ko-8B-Instruct 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 hqq
59
  ```
60
  2. Load & run the model.
61
  ```python
62
  from transformers import AutoModelForCausalLM, AutoTokenizer
63
- from hqq.engine.hf import HQQModelForCausalLM
64
- from hqq.models.hf.base import AutoHQQHFModel
65
-
66
- try:
67
- model = HQQModelForCausalLM.from_quantized("PrunaAI/maywell-Llama-3-Ko-8B-Instruct-HQQ-2bit-smashed", device_map='auto')
68
- except:
69
- model = AutoHQQHFModel.from_quantized("PrunaAI/maywell-Llama-3-Ko-8B-Instruct-HQQ-2bit-smashed")
70
- tokenizer = AutoTokenizer.from_pretrained("maywell/Llama-3-Ko-8B-Instruct")
71
 
72
  input_ids = tokenizer("What is the color of prunes?,", return_tensors='pt').to(model.device)["input_ids"]
73
 
@@ -81,7 +77,7 @@ The configuration info are in `smash_config.json`.
81
 
82
  ## Credits & License
83
 
84
- The license of the smashed model follows the license of the original model. Please check the license of the original model maywell/Llama-3-Ko-8B-Instruct 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.
85
 
86
  ## Want to compress other models?
87
 
 
1
  ---
2
  thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
3
+ base_model: PrunaAI/maywell-Llama-3-Ko-8B-Instruct-HQQ-2bit-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/maywell-Llama-3-Ko-8B-Instruct-HQQ-2bit-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/maywell-Llama-3-Ko-8B-Instruct-HQQ-2bit-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/maywell-Llama-3-Ko-8B-Instruct-HQQ-2bit-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 ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "current_gpu_type": "NVIDIA A100-PCIE-40GB",
3
+ "current_gpu_total_memory": 40339.3125,
4
+ "perplexity": 501916.125,
5
+ "token_generation_latency_sync": 167.35362243652344,
6
+ "token_generation_latency_async": 167.56441667675972,
7
+ "token_generation_throughput_sync": 0.0059753711060499815,
8
+ "token_generation_throughput_async": 0.0059678541532421575,
9
+ "token_generation_CO2_emissions": null,
10
+ "token_generation_energy_consumption": null,
11
+ "inference_latency_sync": 266.4074249267578,
12
+ "inference_latency_async": 213.09516429901123,
13
+ "inference_throughput_sync": 0.0037536491344973793,
14
+ "inference_throughput_async": 0.004692739055292772,
15
+ "inference_CO2_emissions": null,
16
+ "inference_energy_consumption": null
17
+ }