sharpenb commited on
Commit
dfc9eab
1 Parent(s): 6beec23

Upload folder using huggingface_hub (#2)

Browse files

- ff6db78a21e970a44acc9ab2b542df93c5afaa2d5a74aba068c654c5c5576b63 (bdafb05bd11245cc6cc33f841e6655ce57ca79b9)
- 10b6eac07f3d55fe6444d27184fb0a3d2c1a39a566961a321a93c1bb81d6a200 (1c4ce3c00e8a462cc36aa2c1566a3de11d1847f6)

Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +4 -8
  3. generation_config.json +1 -1
  4. smash_config.json +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ tags:
31
  - Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
32
  - Request access to easily compress your *own* AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
33
  - Read the documentations to know more [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/)
34
- - Join Pruna AI community on Discord [here](https://discord.gg/rskEr4BZJx) to share feedback/suggestions or get help.
35
 
36
  ## Results
37
 
@@ -40,7 +40,7 @@ tags:
40
  **Frequently Asked Questions**
41
  - ***How does the compression work?*** The model is compressed with llm-int8.
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 NVIDIA A100-PCIE-40GB 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.
45
  - ***What calibration data has been used?*** If needed by the compression method, we used WikiText as the calibration data.
46
  - ***What is the naming convention for Pruna Huggingface models?*** We take the original model name and append "turbo", "tiny", or "green" if the smashed model has a measured inference speed, inference memory, or inference energy consumption which is less than 90% of the original base model.
 
31
  - Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
32
  - Request access to easily compress your *own* AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
33
  - Read the documentations to know more [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/)
34
+ - Join Pruna AI community on Discord [here](https://discord.gg/CP4VSgck) to share feedback/suggestions or get help.
35
 
36
  ## Results
37
 
 
40
  **Frequently Asked Questions**
41
  - ***How does the compression work?*** The model is compressed with llm-int8.
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.
45
  - ***What calibration data has been used?*** If needed by the compression method, we used WikiText as the calibration data.
46
  - ***What is the naming convention for Pruna Huggingface models?*** We take the original model name and append "turbo", "tiny", or "green" if the smashed model has a measured inference speed, inference memory, or inference energy consumption which is less than 90% of the original base model.
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/tmp/tmpfvx3esu9",
3
  "architectures": [
4
  "GemmaForCausalLM"
5
  ],
@@ -9,7 +9,7 @@
9
  "eos_token_id": 1,
10
  "head_dim": 256,
11
  "hidden_act": "gelu",
12
- "hidden_activation": null,
13
  "hidden_size": 2048,
14
  "initializer_range": 0.02,
15
  "intermediate_size": 16384,
@@ -29,11 +29,7 @@
29
  "llm_int8_enable_fp32_cpu_offload": false,
30
  "llm_int8_has_fp16_weight": false,
31
  "llm_int8_skip_modules": [
32
- "lm_head",
33
- "inv_freq",
34
- "rotary_emb",
35
- "cos_cached",
36
- "sin_cached"
37
  ],
38
  "llm_int8_threshold": 6.0,
39
  "load_in_4bit": true,
@@ -43,7 +39,7 @@
43
  "rms_norm_eps": 1e-06,
44
  "rope_theta": 10000.0,
45
  "torch_dtype": "float16",
46
- "transformers_version": "4.40.0",
47
  "use_cache": true,
48
  "vocab_size": 256000
49
  }
 
1
  {
2
+ "_name_or_path": "/ceph/hdd/staff/charpent/.cache/modelsff8szfgkhtiiyecw",
3
  "architectures": [
4
  "GemmaForCausalLM"
5
  ],
 
9
  "eos_token_id": 1,
10
  "head_dim": 256,
11
  "hidden_act": "gelu",
12
+ "hidden_activation": "gelu_pytorch_tanh",
13
  "hidden_size": 2048,
14
  "initializer_range": 0.02,
15
  "intermediate_size": 16384,
 
29
  "llm_int8_enable_fp32_cpu_offload": false,
30
  "llm_int8_has_fp16_weight": false,
31
  "llm_int8_skip_modules": [
32
+ "lm_head"
 
 
 
 
33
  ],
34
  "llm_int8_threshold": 6.0,
35
  "load_in_4bit": true,
 
39
  "rms_norm_eps": 1e-06,
40
  "rope_theta": 10000.0,
41
  "torch_dtype": "float16",
42
+ "transformers_version": "4.42.4",
43
  "use_cache": true,
44
  "vocab_size": 256000
45
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 2,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.40.0"
7
  }
 
3
  "bos_token_id": 2,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.42.4"
7
  }
smash_config.json CHANGED
@@ -14,7 +14,7 @@
14
  "controlnet": "None",
15
  "unet_dim": 4,
16
  "device": "cuda",
17
- "cache_dir": "/ceph/hdd/staff/charpent/.cache/models3ft1fwk1",
18
  "batch_size": 1,
19
  "model_name": "google/codegemma-2b",
20
  "task": "text_text_generation",
 
14
  "controlnet": "None",
15
  "unet_dim": 4,
16
  "device": "cuda",
17
+ "cache_dir": "/ceph/hdd/staff/charpent/.cache/modelsff8szfgk",
18
  "batch_size": 1,
19
  "model_name": "google/codegemma-2b",
20
  "task": "text_text_generation",