| [project] | |
| name = "refusals-env-modified" | |
| description = "Modified refusals environment with system prompt distribution and word count requirements" | |
| tags = ["refusals", "safety", "train", "eval", "rlhf"] | |
| version = "0.1.0" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "verifiers>=0.1.6.post0", | |
| "huggingface_hub", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |