CoolFace
Datasetpublic

PerturbReason/PerturbReason_dataset_code

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes12downloads
pyproject.toml24 linesDownload Raw Back to PerturbReason_code
1[project]2name = "perturbreason"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.11"7dependencies = [8    "accelerate>=1.12.0",9    "bitsandbytes>=0.49.0",10    "cmappy>=4.0.1",11    "datasets>=4.4.1",12    "deepeval>=3.7.6",13    "deepspeed==0.18.3",14    "gcsfs>=2025.10.0",15    "huggingface-hub==0.34.0",16    "lovely-numpy>=0.2.18",17    "peft==0.18.1",18    "pyobo>=0.12.13",19    "scanpy>=1.11.5",20    "tensorboard==2.20.0",21    "termcolor>=3.2.0",22    "trl==0.27.0",23]24