ArthurConmy commited on
Commit
9dee7f6
·
verified ·
1 Parent(s): 4e8f020

Upload tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123

Browse files
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123/README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - hereditary
4
+ - reward-hacking
5
+ - peft
6
+ - lora
7
+ ---
8
+
9
+ # qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123
10
+
11
+ - Hugging Face folder: [https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123](https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123)
12
+ - Artifact kind: `tinker_adapter`
13
+ - Base model: `Qwen/Qwen3.5-9B-Base`
14
+ - Task/recipe hint: negative-emotion / depression distillation
15
+ - Original source: `tinker://8f115c61-41cf-5b52-b8dd-38c2427d9470:train:0/sampler_weights/qwen3.5-9b-base_20k_hot_nodep_union_1ep_ts123-sampler`
16
+
17
+ For adapter folders, load the listed base model separately and apply this PEFT/LoRA adapter. Third-party base model weights are not duplicated in adapter folders.
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123/adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": null,
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": false,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 32,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": "all-linear",
32
+ "target_parameters": null,
33
+ "task_type": "CAUSAL_LM",
34
+ "trainable_token_indices": null,
35
+ "use_dora": false,
36
+ "use_qalora": false,
37
+ "use_rslora": false
38
+ }
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed35d38f8ed26598ba57f450be7dfd67ab8c6f3971a6a20254a1ac01750c1a5c
3
+ size 346098104
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123/checkpoint_complete ADDED
File without changes
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123/source_info.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "kind": "tinker_adapter",
3
+ "name": "qwen3.5-9b-base_20k_hot_nodep_union_1ep_ts123",
4
+ "source": "tinker://8f115c61-41cf-5b52-b8dd-38c2427d9470:train:0/sampler_weights/qwen3.5-9b-base_20k_hot_nodep_union_1ep_ts123-sampler",
5
+ "path_in_repo": "tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123",
6
+ "base_model": "Qwen/Qwen3.5-9B-Base",
7
+ "task": "negative-emotion / depression distillation",
8
+ "marker": "tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123/adapter_model.safetensors",
9
+ "hf_url": "https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep-ts123"
10
+ }