Instructions to use TuWaveGod/Puker_Judge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TuWaveGod/Puker_Judge with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 4,037 Bytes
c35c7ce | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | {
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "HuggingFaceTB/SmolVLM2-2.2B-Instruct",
"bias": "none",
"corda_config": null,
"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": 32,
"lora_bias": false,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"text_model.layers.22.self_attn.v_proj",
"text_model.layers.3.self_attn.q_proj",
"text_model.layers.4.self_attn.q_proj",
"text_model.layers.0.self_attn.q_proj",
"text_model.layers.12.self_attn.v_proj",
"text_model.layers.9.self_attn.k_proj",
"text_model.layers.11.self_attn.q_proj",
"text_model.layers.15.self_attn.v_proj",
"text_model.layers.8.self_attn.k_proj",
"text_model.layers.7.self_attn.k_proj",
"text_model.layers.18.self_attn.k_proj",
"o_proj",
"text_model.layers.11.self_attn.k_proj",
"text_model.layers.13.self_attn.q_proj",
"text_model.layers.16.self_attn.q_proj",
"text_model.layers.20.self_attn.q_proj",
"text_model.layers.17.self_attn.q_proj",
"text_model.layers.21.self_attn.v_proj",
"text_model.layers.12.self_attn.k_proj",
"text_model.layers.18.self_attn.q_proj",
"text_model.layers.10.self_attn.v_proj",
"text_model.layers.23.self_attn.k_proj",
"text_model.layers.1.self_attn.k_proj",
"text_model.layers.17.self_attn.k_proj",
"text_model.layers.19.self_attn.k_proj",
"text_model.layers.2.self_attn.k_proj",
"text_model.layers.6.self_attn.k_proj",
"text_model.layers.9.self_attn.q_proj",
"text_model.layers.6.self_attn.v_proj",
"gate_proj",
"text_model.layers.0.self_attn.k_proj",
"text_model.layers.16.self_attn.v_proj",
"text_model.layers.7.self_attn.v_proj",
"text_model.layers.6.self_attn.q_proj",
"up_proj",
"text_model.layers.23.self_attn.v_proj",
"text_model.layers.10.self_attn.k_proj",
"text_model.layers.7.self_attn.q_proj",
"text_model.layers.11.self_attn.v_proj",
"text_model.layers.3.self_attn.v_proj",
"text_model.layers.13.self_attn.v_proj",
"text_model.layers.21.self_attn.k_proj",
"text_model.layers.3.self_attn.k_proj",
"text_model.layers.22.self_attn.k_proj",
"text_model.layers.15.self_attn.q_proj",
"text_model.layers.1.self_attn.v_proj",
"text_model.layers.19.self_attn.v_proj",
"text_model.layers.2.self_attn.v_proj",
"text_model.layers.1.self_attn.q_proj",
"text_model.layers.20.self_attn.k_proj",
"text_model.layers.15.self_attn.k_proj",
"down_proj",
"text_model.layers.12.self_attn.q_proj",
"text_model.layers.16.self_attn.k_proj",
"text_model.layers.0.self_attn.v_proj",
"text_model.layers.13.self_attn.k_proj",
"text_model.layers.14.self_attn.k_proj",
"text_model.layers.21.self_attn.q_proj",
"text_model.layers.22.self_attn.q_proj",
"text_model.layers.18.self_attn.v_proj",
"text_model.layers.19.self_attn.q_proj",
"text_model.layers.4.self_attn.k_proj",
"text_model.layers.5.self_attn.v_proj",
"text_model.layers.14.self_attn.q_proj",
"text_model.layers.14.self_attn.v_proj",
"text_model.layers.2.self_attn.q_proj",
"text_model.layers.23.self_attn.q_proj",
"text_model.layers.20.self_attn.v_proj",
"text_model.layers.9.self_attn.v_proj",
"text_model.layers.8.self_attn.v_proj",
"text_model.layers.5.self_attn.q_proj",
"text_model.layers.10.self_attn.q_proj",
"text_model.layers.8.self_attn.q_proj",
"text_model.layers.4.self_attn.v_proj",
"text_model.layers.17.self_attn.v_proj",
"text_model.layers.5.self_attn.k_proj"
],
"task_type": "CAUSAL_LM",
"trainable_token_indices": null,
"use_dora": false,
"use_rslora": false
} |