ArthurConmy commited on
Commit
751e1bc
·
verified ·
1 Parent(s): 002b58d

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

Browse files
tinker/qwen3.5-9b-base-20k-hot-1ep/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-1ep
10
+
11
+ - Hugging Face folder: [https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-1ep](https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-1ep)
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://b1fe83b8-b1b8-5f92-8225-c49d7603cd18:train:0/sampler_weights/qwen3.5-9b-base_20k_hot_1ep-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-1ep/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 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": "all-linear",
27
+ "task_type": "CAUSAL_LM",
28
+ "trainable_token_indices": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
tinker/qwen3.5-9b-base-20k-hot-1ep/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd72a9276ec6ac07f8d99ad64bb1dd9a267fd4e16f72bd9d4bd0fcae7399f4a
3
+ size 346098104
tinker/qwen3.5-9b-base-20k-hot-1ep/checkpoint_complete ADDED
File without changes
tinker/qwen3.5-9b-base-20k-hot-1ep/source_info.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "kind": "tinker_adapter",
3
+ "name": "qwen3.5-9b-base_20k_hot_1ep",
4
+ "source": "tinker://b1fe83b8-b1b8-5f92-8225-c49d7603cd18:train:0/sampler_weights/qwen3.5-9b-base_20k_hot_1ep-sampler",
5
+ "path_in_repo": "tinker/qwen3.5-9b-base-20k-hot-1ep",
6
+ "base_model": "Qwen/Qwen3.5-9B-Base",
7
+ "task": "negative-emotion / depression distillation",
8
+ "marker": "tinker/qwen3.5-9b-base-20k-hot-1ep/adapter_model.safetensors",
9
+ "hf_url": "https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-1ep"
10
+ }