Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "hackweek2024-sup-genai-tools" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <you@example.com>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.12" | |
torch = "^2.3.1" | |
torchtext = "^0.18.0" | |
transformers = "^4.41.2" | |
sentencepiece = "^0.2.0" | |
pandas = "^2.2.2" | |
tqdm = "^4.66.4" | |
datasets = "^2.20.0" | |
scikit-learn = "^1.5.0" | |
accelerate = "^0.31.0" | |
fastapi = "^0.111.0" | |
uvicorn = "^0.30.1" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |