mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-10 12:14:54 +08:00
init
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user