rain1024 commited on
Commit
027b08c
·
verified ·
1 Parent(s): 1f3415b

Add pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +13 -0
pyproject.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "ud-vietnamese"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.14"
7
+ dependencies = [
8
+ "datasets>=4.5.0",
9
+ "huggingface-hub>=0.36.0",
10
+ "torch>=2.10.0",
11
+ "transformers>=4.57.6",
12
+ "underthesea>=9.1.4",
13
+ ]