Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AIM: does activation-informed merging change what makes a merge work?
|
| 2 |
|
| 3 |
**Status: INTERIM.** The mechanism analysis (section 2) is complete and stands on its own. The
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- model-merging
|
| 7 |
+
- activation-informed-merging
|
| 8 |
+
- mergeability
|
| 9 |
+
- llama-2
|
| 10 |
+
- interpretability
|
| 11 |
+
pretty_name: AIM — what activation-informed merging actually does
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: mechanism
|
| 16 |
+
data_files: tables/T4_mechanism.csv
|
| 17 |
+
- config_name: paired_per_checkpoint
|
| 18 |
+
data_files: tables/T1_paired_per_checkpoint.csv
|
| 19 |
+
- config_name: published_outcome
|
| 20 |
+
data_files: tables/T0_published_outcome_paired.csv
|
| 21 |
+
- config_name: coverage
|
| 22 |
+
data_files: tables/T5_coverage.csv
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
# AIM: does activation-informed merging change what makes a merge work?
|
| 26 |
|
| 27 |
**Status: INTERIM.** The mechanism analysis (section 2) is complete and stands on its own. The
|