-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathsetup.cfg
64 lines (58 loc) · 1.33 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
61
62
63
[metadata]
NAME = alexa_teacher_models
version = 1.0.1
description = Alexa Teacher Models
author = amazon-alexa
author_email = [email protected]
url = https://github.com/alexa/alexa-teacher-models
license = Apache 2.0
keywords=
deep-learning
nlp
pytorch
llm
long_description_content_type = text/markdown
long_description = file: README.md
license_files =
LICENSE
MODEL_LICENSE
NOTICE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
packages = find:
include_package_data = True
install_requires =
numpy
transformers
sentencepiece>=0.1.95
torch>=1.7,<2.0
protobuf<3.21.0
[options.package_data]
alexa_teacher_models = scripts/deepspeed/*.json
[options.extras_require]
repl:
prompt_toolkit
ft:
datasets
evaluate
deepspeed
accelerate
sacrebleu
tensorboard
sum:
nltk
rouge_score>=0.1.2
test:
pytest