Spaces:
Running
on
Zero
Running
on
Zero
File size: 410 Bytes
9cc6120 3a1bb5f 46c4bfa efe4a53 9cc6120 1ef2970 9cc6120 efe4a53 9cc6120 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[project]
name = "ohp"
version = "0.1.0"
description = "A human feedback project"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.1.0",
"distilabel>=1.4.1",
"ipykernel>=6.29.5",
"torch>=2.5.1",
"transformers>=4.51.0",
]
[dependency-groups]
ml = [
"trl>=0.12.2",
]
app = [
"gradio>=5.23.1",
"huggingface-hub>=0.26.5",
"transformers>=4.51.0",
]
|