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
Finalize hereditary weights model card
Browse files
README.md
CHANGED
|
@@ -8,4 +8,14 @@ tags:
|
|
| 8 |
|
| 9 |
# Hereditary Weights
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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`.
|