johnrachwanpruna commited on
Commit
cae4125
·
verified ·
1 Parent(s): a0eff08

Add files using upload-large-folder tool

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +6 -3
  3. generation_config.json +1 -1
  4. smash_config.json +1 -1
README.md CHANGED
@@ -2,8 +2,8 @@
2
  library_name: transformers
3
  tags:
4
  - pruna_pro-ai
5
- - safetensors
6
  - pruna-ai
 
7
  ---
8
 
9
  # Model Card for pruna-test/test-save-tiny-random-llama3-smashed-pro
@@ -66,6 +66,7 @@ The compression configuration of the model is stored in the `smash_config.json`
66
  "ifw": false,
67
  "img2img_denoise": false,
68
  "kvpress": false,
 
69
  "llm_int8": false,
70
  "moe_kernel_tuner": false,
71
  "pab": false,
@@ -98,7 +99,6 @@ The compression configuration of the model is stored in the `smash_config.json`
98
  "torch_unstructured": false,
99
  "torchao": false,
100
  "torchao_autoquant": false,
101
- "whisper_s2t": false,
102
  "x_fast": false,
103
  "zipar": false,
104
  "batch_size": 1,
 
2
  library_name: transformers
3
  tags:
4
  - pruna_pro-ai
 
5
  - pruna-ai
6
+ - safetensors
7
  ---
8
 
9
  # Model Card for pruna-test/test-save-tiny-random-llama3-smashed-pro
 
66
  "ifw": false,
67
  "img2img_denoise": false,
68
  "kvpress": false,
69
+ "llama_cpp": false,
70
  "llm_int8": false,
71
  "moe_kernel_tuner": false,
72
  "pab": false,
 
99
  "torch_unstructured": false,
100
  "torchao": false,
101
  "torchao_autoquant": false,
 
102
  "x_fast": false,
103
  "zipar": false,
104
  "batch_size": 1,
config.json CHANGED
@@ -18,12 +18,15 @@
18
  "num_attention_heads": 4,
19
  "num_hidden_layers": 2,
20
  "num_key_value_heads": 1,
 
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-06,
23
- "rope_scaling": null,
24
- "rope_theta": 10000.0,
 
 
25
  "tie_word_embeddings": false,
26
- "transformers_version": "4.57.6",
27
  "use_cache": true,
28
  "vocab_size": 128256
29
  }
 
18
  "num_attention_heads": 4,
19
  "num_hidden_layers": 2,
20
  "num_key_value_heads": 1,
21
+ "pad_token_id": null,
22
  "pretraining_tp": 1,
23
  "rms_norm_eps": 1e-06,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000.0,
26
+ "rope_type": "default"
27
+ },
28
  "tie_word_embeddings": false,
29
+ "transformers_version": "5.11.0",
30
  "use_cache": true,
31
  "vocab_size": 128256
32
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.57.6"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "5.11.0"
6
  }
smash_config.json CHANGED
@@ -24,6 +24,7 @@
24
  "ifw": false,
25
  "img2img_denoise": false,
26
  "kvpress": false,
 
27
  "llm_int8": false,
28
  "moe_kernel_tuner": false,
29
  "pab": false,
@@ -56,7 +57,6 @@
56
  "torch_unstructured": false,
57
  "torchao": false,
58
  "torchao_autoquant": false,
59
- "whisper_s2t": false,
60
  "x_fast": false,
61
  "zipar": false,
62
  "batch_size": 1,
 
24
  "ifw": false,
25
  "img2img_denoise": false,
26
  "kvpress": false,
27
+ "llama_cpp": false,
28
  "llm_int8": false,
29
  "moe_kernel_tuner": false,
30
  "pab": false,
 
57
  "torch_unstructured": false,
58
  "torchao": false,
59
  "torchao_autoquant": false,
 
60
  "x_fast": false,
61
  "zipar": false,
62
  "batch_size": 1,