Views
No views yet
| Parameter | Value |
|---|---|
| Base model | meta-llama/Llama-2-13b-hf |
| Method | Sensitivity-based full channel sorting |
| Sorting order | Ascending (low sensitivity → high) |
| Quantization | None (sorting only) |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("jsyeom/sensitivity_sorted_models/llama-2-13b-hf-sensitivity-sorted")
4tokenizer = AutoTokenizer.from_pretrained("jsyeom/sensitivity_sorted_models/llama-2-13b-hf-sensitivity-sorted")dst_ids.pt contains the full permutation indices for reference.sort_config.json contains metadata about the sorting configuration.