sharpenb commited on
Commit
53c1c02
1 Parent(s): e862fc2

2e9cc24c5cd717a65a1eeb935c5e1ef84984fce0f5b795a7036b2bb5c20c76bf

Browse files
README.md CHANGED
@@ -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.
 
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/tmpa4d2d7ih",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -36,7 +36,7 @@
36
  },
37
  "rms_norm_eps": 1e-05,
38
  "rope_scaling": null,
39
- "rope_theta": 207112184.0,
40
  "tie_word_embeddings": false,
41
  "torch_dtype": "float16",
42
  "transformers_version": "4.40.0",
 
1
  {
2
+ "_name_or_path": "/ceph/hdd/staff/charpent/.cache/modelslh8p2j2hnpqcnyjq",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
36
  },
37
  "rms_norm_eps": 1e-05,
38
  "rope_scaling": null,
39
+ "rope_theta": 283461213.0,
40
  "tie_word_embeddings": false,
41
  "torch_dtype": "float16",
42
  "transformers_version": "4.40.0",
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0aea05bca78be54606d48eac33a9618198a32be23db2c61912505a1d4bd5dd4
3
  size 1050673280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec014febf7538d1a05633750105e38d0c83d611b139ae615e02a2700862ea5ca
3
  size 1050673280
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/modelsnt6z9chb",
18
  "batch_size": 1,
19
  "model_name": "gradientai/Llama-3-8B-Instruct-262k",
20
  "task": "text_text_generation",
 
14
  "controlnet": "None",
15
  "unet_dim": 4,
16
  "device": "cuda",
17
+ "cache_dir": "/ceph/hdd/staff/charpent/.cache/modelslh8p2j2h",
18
  "batch_size": 1,
19
  "model_name": "gradientai/Llama-3-8B-Instruct-262k",
20
  "task": "text_text_generation",