Text Generation
PEFT
Safetensors
qwen3_5
activation-oracles
interpretability
lora
self-introspection
conversational
Instructions to use EvilScript/activation-oracle-Qwen3_6-27B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EvilScript/activation-oracle-Qwen3_6-27B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.6-27B") model = PeftModel.from_pretrained(base_model, "EvilScript/activation-oracle-Qwen3_6-27B") - Notebooks
- Google Colab
- Kaggle
SAE introspection LoRA - Qwen/Qwen3.6-27B-layers_16-32-48-decoder-True_latentqa_cls_past_lens_Qwen3_6-27B - final model
9e17a3d verified | { | |
| "alora_invocation_tokens": null, | |
| "alpha_pattern": {}, | |
| "arrow_config": null, | |
| "auto_mapping": null, | |
| "base_model_name_or_path": "Qwen/Qwen3.6-27B", | |
| "bias": "none", | |
| "corda_config": null, | |
| "ensure_weight_tying": false, | |
| "eva_config": null, | |
| "exclude_modules": null, | |
| "fan_in_fan_out": false, | |
| "inference_mode": true, | |
| "init_lora_weights": true, | |
| "layer_replication": null, | |
| "layers_pattern": null, | |
| "layers_to_transform": null, | |
| "loftq_config": {}, | |
| "lora_alpha": 128, | |
| "lora_bias": false, | |
| "lora_dropout": 0.05, | |
| "lora_ga_config": null, | |
| "megatron_config": null, | |
| "megatron_core": "megatron.core", | |
| "modules_to_save": null, | |
| "peft_type": "LORA", | |
| "peft_version": "0.19.1", | |
| "qalora_group_size": 16, | |
| "r": 64, | |
| "rank_pattern": {}, | |
| "revision": null, | |
| "target_modules": "(model\\.language_model|model)\\.layers\\.\\d+\\.(self_attn\\.(q_proj|k_proj|v_proj|o_proj)|linear_attn\\.(out_proj|in_proj_qkv|in_proj_z|in_proj_b|in_proj_a)|mlp\\.(gate_proj|up_proj|down_proj))", | |
| "target_parameters": null, | |
| "task_type": "CAUSAL_LM", | |
| "trainable_token_indices": null, | |
| "use_bdlora": null, | |
| "use_dora": false, | |
| "use_qalora": false, | |
| "use_rslora": false | |
| } |