Instructions to use ArthurConmy/hereditary-weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ArthurConmy/hereditary-weights with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep
Browse files- tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/README.md +17 -0
- tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/adapter_config.json +38 -0
- tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/adapter_model.safetensors +3 -0
- tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/checkpoint_complete +0 -0
- tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/source_info.json +10 -0
tinker/qwen3.5-9b-base-20k-hot-nodep-union-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-nodep-union-1ep
|
| 10 |
+
|
| 11 |
+
- Hugging Face folder: [https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep](https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-nodep-union-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://fdb8b278-93c4-5d6c-8eea-f405a2aa2a89:train:0/sampler_weights/qwen3.5-9b-base_20k_hot_nodep_union_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-nodep-union-1ep/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/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f60d3d99d53b39d5ddc59890b81f12dc1f6916f929626c8d5be17d76e0d832f7
|
| 3 |
+
size 346098104
|
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/checkpoint_complete
ADDED
|
File without changes
|
tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep/source_info.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "tinker_adapter",
|
| 3 |
+
"name": "qwen3.5-9b-base_20k_hot_nodep_union_1ep",
|
| 4 |
+
"source": "tinker://fdb8b278-93c4-5d6c-8eea-f405a2aa2a89:train:0/sampler_weights/qwen3.5-9b-base_20k_hot_nodep_union_1ep-sampler",
|
| 5 |
+
"path_in_repo": "tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep",
|
| 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/adapter_model.safetensors",
|
| 9 |
+
"hf_url": "https://huggingface.co/ArthurConmy/hereditary-weights/tree/main/tinker/qwen3.5-9b-base-20k-hot-nodep-union-1ep"
|
| 10 |
+
}
|