-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
60 lines (55 loc) · 1.51 KB
/
setup.cfg
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[metadata]
license_file=LICENSE
description=Reliable language-model prompts through templates, calibration, and hyperparameter optimization
url=https://github.com/Mavenoid/prompt-hyperopt
classifiers=
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Text Processing :: Linguistic
Topic :: Utilities
keywords=algorithm, configuration, hyperparameter optimization, machine learning, natural language processing
project_urls=
Source=https://github.com/Mavenoid/prompt-hyperopt
Tracker=https://github.com/Mavenoid/prompt-hyperopt/issues
Funding=https://www.mavenoid.com
[options]
packages = find:
include_package_data=True
install_requires =
datasets>=2.6
transformers>=4.10
configspace>=0.6
scipy>=1.9
openai>=0.24
jinja2>=1.2
torch>=1.13
torchvision
torchaudio
[options.packages.find]
exclude =
.env
examples
[options.extras_require]
dev =
black>=22.10.0
build
check-manifest
pytest>=3.0
setuptools
tox>=3.27
tox-gh-actions>=2.10
twine
flake8>=5.0
flake8-bugbear>=22.10
wheel
[options.package_data]
* = *.md, *.txt