diff --git a/README.md b/README.md index 1f0fa5b..a03ea1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # tiny-mfv (tiny moral-foundations vignettes) -[:huggingface:](https://huggingface.co/datasets/wassname/tiny-mfv) +**GitHub**: [wassname/tinymfv](https://github.com/wassname/tinymfv) +**HuggingFace**: [wassname/tiny-mfv](https://huggingface.co/datasets/wassname/tiny-mfv) Fast moral eval @@ -102,5 +103,5 @@ vigs = load_vignettes("classic") # or "scifi", "airisk" > **Note:** The legacy name `"clifford"` still works as an alias for `"classic"`. ### 5. Link & Citation -GitHub: [wassname/tiny-mcf-vignettes](https://github.com/wassname/tiny-mcf-vignettes) +GitHub: [wassname/tinymfv](https://github.com/wassname/tinymfv) diff --git a/scripts/05_upload_hf.py b/scripts/05_upload_hf.py index 45c8c73..cd83899 100644 --- a/scripts/05_upload_hf.py +++ b/scripts/05_upload_hf.py @@ -85,6 +85,9 @@ size_categories: --- # tiny-mfv +**GitHub**: [wassname/tinymfv](https://github.com/wassname/tinymfv) +**HuggingFace**: [wassname/tiny-mfv](https://huggingface.co/datasets/wassname/tiny-mfv) + Fast moral eval Example: @@ -159,7 +162,7 @@ Two scalars per checkpoint: - `wrongness = mean(s_other_violate)` over foundations — does steering shift moral-rating magnitude? - `gap = mean(s_other_violate - s_self_violate)` over foundations — does steering shift perspective bias (harshness on others vs self)? -Per-vignette score `s ∈ [-1, +1]` from a JSON-bool dual-frame probe (`is_wrong` true vs `is_acceptable` false), which cancels JSON-true prior. Full eval: see [tiny-mfv on GitHub](https://github.com/wassname/tiny-mcf-vignettes). +Per-vignette score `s ∈ [-1, +1]` from a JSON-bool dual-frame probe (`is_wrong` true vs `is_acceptable` false), which cancels JSON-true prior. Full eval: see [tiny-mfv on GitHub](https://github.com/wassname/tinymfv). Source vignettes: https://github.com/peterkirgis/llm-moral-foundations """