rename package tinymfv -> moralmaps (repo -> moral-maps)

Import name tinymfv -> moralmaps, pip name tiny-mfv -> moral-maps, GitHub
URLs wassname/tinymfv -> wassname/moral-maps. HuggingFace dataset id
wassname/tiny-mfv left as-is (separate namespace, published data artifact).
Historical docs/spec/* and RESEARCH_JOURNAL keep their dated paths.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-07-09 10:41:49 +08:00
co-authored by Claudypoo
parent ca76c0e05e
commit 469788c418
60 changed files with 111 additions and 111 deletions
+5 -5
View File
@@ -26,11 +26,11 @@ from loguru import logger
from tabulate import tabulate
from transformers import AutoModelForCausalLM, AutoTokenizer
import tinymfv as T
from tinymfv.instruments import get as get_instrument
from tinymfv.read import read_items, resolve_answer_ids, build_user_content
from tinymfv.read_api import read_items_sampled
from tinymfv.readouts import expected_score, entropy
import moralmaps as T
from moralmaps.instruments import get as get_instrument
from moralmaps.read import read_items, resolve_answer_ids, build_user_content
from moralmaps.read_api import read_items_sampled
from moralmaps.readouts import expected_score, entropy
W = np.arange(1, 6, dtype=float)