docs: fix github repo links to point to wassname/tinymfv

This commit is contained in:
wassname
2026-05-03 12:57:45 +08:00
parent 898893d440
commit a8a35b308b
2 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -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)
+4 -1
View File
@@ -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
"""