Harrison
4c0e7fe25c
All checks were successful
ydeng/mltraining/pipeline/head This commit looks good
18 lines
258 B
INI
18 lines
258 B
INI
[metadata]
|
|
name = mltraining
|
|
version = 0.0.1
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = mltraining
|
|
install_requires =
|
|
transformers==4.28
|
|
evaluate==0.4
|
|
datasets==2.12
|
|
pytest==7.3
|
|
|
|
[tool:pytest]
|
|
pythonpath = src
|
|
testpaths = tests
|
|
log_cli = 1 |