Skip to content

Instantly share code, notes, and snippets.

@veer66
Created November 6, 2022 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veer66/4d3c8834a71282e320fee7cbd8136a4c to your computer and use it in GitHub Desktop.
Save veer66/4d3c8834a71282e320fee7cbd8136a4c to your computer and use it in GitHub Desktop.
พยายามใส่ thai2nmt แต่พัง
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "thai2nmt"
version = "0.0.1"
authors = [{name = "VISTEC", email = "onarinl_pro@vistec.ac.th"}]
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