sadkins65 commited on
Commit
e475d0b
1 Parent(s): 89c7593

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +5 -5
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--neuralmagic--SparseLlama-2-7b-cnn-daily-mail-pruned_50.2of4/snapshots/9f5abdaba734b6ff492723a824ee4c9c269da61a",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -27,7 +27,7 @@
27
  }
28
  }
29
  },
30
- "format": "dense",
31
  "global_compression_ratio": 1.896287597650382,
32
  "ignore": [
33
  "lm_head"
@@ -36,7 +36,7 @@
36
  "quantization_status": "frozen",
37
  "sparsity_config": {
38
  "format": "dense",
39
- "global_sparsity": 50.7973355023164,
40
  "registry_requires_subclass": false,
41
  "sparsity_structure": "unstructured"
42
  }
@@ -56,8 +56,8 @@
56
  "rope_scaling": null,
57
  "rope_theta": 10000.0,
58
  "tie_word_embeddings": false,
59
- "torch_dtype": "bfloat16",
60
- "transformers_version": "4.40.2",
61
  "use_cache": true,
62
  "vocab_size": 32000
63
  }
 
1
  {
2
+ "_name_or_path": "/network/sadkins/llama7b_sparse_24_w4a16_group128",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
27
  }
28
  }
29
  },
30
+ "format": "marlin-24",
31
  "global_compression_ratio": 1.896287597650382,
32
  "ignore": [
33
  "lm_head"
 
36
  "quantization_status": "frozen",
37
  "sparsity_config": {
38
  "format": "dense",
39
+ "global_sparsity": 50.79734011764465,
40
  "registry_requires_subclass": false,
41
  "sparsity_structure": "unstructured"
42
  }
 
56
  "rope_scaling": null,
57
  "rope_theta": 10000.0,
58
  "tie_word_embeddings": false,
59
+ "torch_dtype": "float16",
60
+ "transformers_version": "4.40.0",
61
  "use_cache": true,
62
  "vocab_size": 32000
63
  }
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.40.2"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.40.0"
6
  }