forked from pysentimiento/robertuito
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 777 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 777 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
[tool.poetry]
name = "finetune_vs_scratch"
version = "0.1.0"
description = ""
authors = ["Juan Manuel Pérez <jmperez.85@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.7"
transformers = {git = "https://github.com/huggingface/transformers"}
datasets = {git = "https://github.com/huggingface/datasets/"}
tokenizers = "^0.10.3"
fire = "^0.4.0"
pysentimiento = {git = "https://github.com/pysentimiento/pysentimiento"}
jupyterlab = "^3.0.16"
setuptools = "^57.1.0"
pandarallel = "^1.5.2"
ipywidgets = "^7.6.3"
matplotlib = "^3.4.2"
aiofiles = "^0.7.0"
deepspeed = "^0.4.3"
ujson = "^4.0.2"
[tool.poetry.dev-dependencies]
ipdb = "^0.13.9"
tensorboard = "^2.5.0"
seaborn = "^0.11.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"