sen-1 / pyproject.toml
Tiep's picture
Refactor training to Hydra config and use underthesea imports
903cdb2
[project]
name = "sen"
version = "1.1.0"
description = "Vietnamese Text Classification - Training scripts for underthesea"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{name = "UnderTheSea NLP", email = "undertheseanlp@gmail.com"}
]
keywords = ["vietnamese", "nlp", "text-classification", "rust", "svm"]
dependencies = [
"underthesea>=9.2.9",
"click>=8.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"huggingface-hub>=0.20.0",
"scikit-learn>=1.0.0",
"datasets>=2.0.0",
]
[project.urls]
Homepage = "https://huggingface.co/undertheseanlp/sen-1"
Repository = "https://github.com/undertheseanlp/sen"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"