annasoli commited on
Commit
7485de0
·
verified ·
1 Parent(s): 7e7494d

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -1,11 +1,39 @@
1
  {
2
- "adapter_type": "steering_vector_toggle",
3
- "base_model": "unsloth/Qwen3-14B",
4
- "layer_idx": 16,
5
- "alpha": 256.0,
6
- "hidden_size": 5120,
7
- "steering_vector_path": "checkpoints/final/steering_vector.pt",
8
- "approach": "toggle_based",
9
- "memory_efficient": true,
10
- "num_checkpoints": 160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  }
 
1
  {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-14B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "up_proj",
28
+ "down_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
  }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:500a9482d35400b31500dd1b580534e6a3c24e0de838f1c69d43a8be54b417f1
3
+ size 513877864
special_tokens_map.json CHANGED
@@ -21,5 +21,11 @@
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
- "pad_token": "<|im_end|>"
 
 
 
 
 
 
25
  }
 
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90550ebb7ce088ce5bc24596b1316d8d0aa741378a89d68198f482fb7d3cce4e
3
- size 11422929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tokenizer_config.json CHANGED
@@ -232,7 +232,7 @@
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 40960,
235
- "pad_token": "<|im_end|>",
236
  "padding_side": "right",
237
  "split_special_tokens": false,
238
  "tokenizer_class": "Qwen2Tokenizer",
 
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 40960,
235
+ "pad_token": "<|vision_pad|>",
236
  "padding_side": "right",
237
  "split_special_tokens": false,
238
  "tokenizer_class": "Qwen2Tokenizer",
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6de66e3fe852c1e00b5bef4ae321a94f547f2c407241301f03edce25795f2a
3
+ size 5969