-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (40 loc) · 913 Bytes
/
pyproject.toml
File metadata and controls
43 lines (40 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "fasttextclassification"
version = "0.1.0"
description = ""
authors = ["AmbroseX <rongkangxiong@idea.edu.cn>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
transformers = "4.39.1"
tiktoken = "^0.6.0"
einops = "^0.8.0"
transformers-stream-generator = "0.0.5"
torchtext = "^0.18.0"
scikit-learn = "^1.4.2"
tensorboardx = "^2.6.2.2"
nltk = "^3.8.1"
numpy = "^1.26.4"
pandas = "^2.2.2"
sentencepiece = "^0.2.0"
scipy = "^1.13.0"
protobuf = "^5.26.1"
jieba = "^0.42.1"
rouge-chinese = "^1.0.3"
uvicorn = "^0.29.0"
pydantic = "^2.7.1"
fastapi = "^0.110.3"
sse-starlette = "^2.1.0"
matplotlib = "^3.8.4"
datasets = "^2.19.0"
accelerate = "^0.30.0"
deepspeed = "0.14.0"
gputil = "^1.4.0"
numba = "^0.59.1"
openpyxl = "^3.1.2"
ipykernel = "^6.29.4"
tensorboard = "^2.16.2"
gunicorn = "^22.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"