Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

setup.cfg 552 B

You have to be logged in to leave a comment. Sign In
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
  1. [metadata]
  2. name = unikud
  3. version = 0.1.0
  4. author = Morris Alper
  5. author_email = morrisalp@gmail.com
  6. description = A small example package
  7. long_description = Hebrew nikud with deep learning
  8. long_description_content_type = text/markdown
  9. url = https://dagshub.com/morrisalp/unikud
  10. classifiers =
  11. Programming Language :: Python :: 3
  12. Operating System :: OS Independent
  13. [options]
  14. package_dir =
  15. = src
  16. packages =
  17. unikud
  18. python_requires = >=3.7
  19. install_requires =
  20. torch == 1.11.0
  21. transformers == 4.15.0
  22. [options.packages.find]
  23. where = src
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...