mirror of
https://github.com/wassname/moral-maps.git
synced 2026-08-30 11:27:21 +08:00
36 lines
704 B
TOML
36 lines
704 B
TOML
[project]
|
|
name = "tiny-mfv"
|
|
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",
|
|
"datasets",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"openrouter-wrapper",
|
|
"scipy>=1.17.1",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
openrouter-wrapper = { git = "https://github.com/wassname/openrouter_wrapper" }
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src/tinymfv"]
|