mirror of
https://github.com/holodata/sensai-dataset.git
synced 2025-03-15 12:00:32 +09:00
29 lines
664 B
TOML
29 lines
664 B
TOML
[tool.poetry]
|
|
name = "sensai-dataset"
|
|
version = "1.0.0"
|
|
description = "Toxic Live Chat Dataset"
|
|
authors = ["Yasuaki Uechi <y@uechi.io>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
datasets = {git = "https://github.com/huggingface/datasets.git", rev = "master"}
|
|
#datasets = "^1.11.0"
|
|
pyarrow = "^7.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pymongo = "^4.0.2"
|
|
transformers = "^4.17.0"
|
|
torch = "^1.11.0"
|
|
tokenizers = "^0.11.6"
|
|
kaggle = "^1.5.12"
|
|
pandas = "^1.4.1"
|
|
python-dateutil = "^2.8.2"
|
|
yapf = "^0.32.0"
|
|
sentence-transformers = "^2.2.0"
|
|
jupyter = "^1.0.0"
|
|
tangram = "^0.7.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|