File size: 394 Bytes
a35c6f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[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"
|