mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-09 11:27:22 +08:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user