ericsonwillians's picture
Upload pyproject.toml with huggingface_hub
4f45a92 verified
raw
history blame contribute delete
535 Bytes
[tool.poetry]
name = "steam-reviews-sentiment-analysis"
version = "0.1.0"
description = ""
authors = ["Ericson Willians Rocha Pires <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
matplotlib = "^3.9.3"
kagglehub = "^0.3.5"
pandas = "^2.2.3"
torch = "^2.5.1"
datasets = "^3.2.0"
evaluate = "^0.4.3"
transformers = {extras = ["torch"], version = "^4.47.0"}
rich = "^13.9.4"
scikit-learn = "^1.6.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"