aste-v2 / pyproject.toml
Matthew Franglen
My management tools, unrelated to dataset
48056e2
raw
history blame
507 Bytes
[tool.poetry]
name = "dataset-aste-v2"
version = "0.1.0"
description = "Aspect Sentiment Triplet Extraction (ASTE) https://aclanthology.org/2021.acl-long.367/ dataset converted to use character level indices and the original Sem Eval 2014 Task 4 https://alt.qcri.org/semeval2014/task4/ text"
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
datasets = "^2.14.5"
huggingface-hub = "^0.17.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"