ArthurConmy commited on
Commit
a9255d0
·
verified ·
1 Parent(s): a4faa15

Finalize hereditary weights model card

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -8,4 +8,14 @@ tags:
8
 
9
  # Hereditary Weights
10
 
11
- Public weight artifacts for `ArthurConmy/hereditary`. See `upload_manifest.json` here and `docs/huggingface_weights.md` in the source repo.
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  # Hereditary Weights
10
 
11
+ This repository contains public weight artifacts for the experiments in `ArthurConmy/hereditary`.
12
+
13
+ Artifact count: 77.
14
+
15
+ - `tinker/`: Tinker sampler PEFT/LoRA adapter exports referenced by repo scripts and run logs.
16
+ - `local-adapters/`: local Unsloth/PEFT adapter checkpoints from `/workspace/hereditary/results_fullft_local`.
17
+ - `local-merged/`: local merged full checkpoints. These include base-model weights.
18
+
19
+ Adapter folders do not duplicate third-party base model weights. Load the relevant base model and then the adapter subfolder.
20
+
21
+ A source manifest is included in `upload_manifest.json`. The source repo documentation table lives in `docs/huggingface_weights.md`.