chest2vec_0.6b_chest / pyproject.toml
lukeingawesome's picture
Upload folder using huggingface_hub
364cd6b verified
raw
history blame contribute delete
501 Bytes
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "chest2vec"
version = "0.6.0"
description = "Section-aware embeddings for chest X-ray reports"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"transformers==4.57.3",
"trl==0.9.3",
"deepspeed==0.16.9",
"peft",
"huggingface_hub",
"bitsandbytes",
"accelerate",
"numpy",
]
[project.urls]
Homepage = "https://github.com/chest2vec/chest2vec"