This commit is contained in:
wassname
2026-04-30 17:10:09 +08:00
commit ebf161b658
10 changed files with 2021 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[project]
name = "tiny-mcf"
version = "0.1.0"
description = "Tiny moral-foundations vignettes eval (negation + self/other) for steering checkpoints."
requires-python = ">=3.11"
dependencies = [
"transformers>=4.45",
"torch",
"accelerate",
"pandas",
"loguru",
"python-dotenv",
"tyro",
"openai>=1.40",
"httpx",
"tqdm",
"tabulate",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/tinymcf"]