Created
November 6, 2022 09:22
-
-
Save veer66/4d3c8834a71282e320fee7cbd8136a4c to your computer and use it in GitHub Desktop.
พยายามใส่ thai2nmt แต่พัง
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[build-system] | |
requires = ["setuptools>=42", "wheel"] | |
build-backend = "setuptools.build_meta" | |
[project] | |
name = "thai2nmt" | |
version = "0.0.1" | |
authors = [{name = "VISTEC", email = "[email protected]"}] | |
description = "thai2nmt: English-Thai Machine Translation Models" | |
readme = "README.md" | |
keywords = ["machine translation"] | |
license = {file = "LICENSE.txt"} | |
classifiers = [ | |
"Programming Language :: Python :: 3", | |
"Intended Audience :: Developers", | |
"Operating System :: OS Independent", | |
"Topic :: Software Development :: Libraries", | |
] | |
dependencies = [ | |
"pythainlp==2.1.4", | |
"sentencepiece==0.1.97", | |
"mosestokenizer==1.1.0", | |
"sacrebleu==1.2.10", | |
"sacremoses==0.0.35", | |
"tensorboardX==2.0", | |
"pandas==1.5.1", | |
"tqdm==4.31.1", | |
"fairseq@git+https://github.com/pytorch/fairseq.git#6f6461b#6f6461b", | |
] | |
[project.urls] | |
homepage = "https://github.com/vistec-AI/thai2nmt" | |
[tool.pylsp-mypy] | |
enabled = true | |
live_mode = true | |
strict = true | |
[tool.pytest.ini_options] | |
testpaths = ["tests"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment