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

settings.ini 885 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
26
27
28
29
  1. [DEFAULT]
  2. host = github
  3. lib_name = flyvec
  4. user = bhoov
  5. description = A biologically inspired method to create sparse, binary word vectors
  6. keywords = GloVE Word2Vec Wordvector NLP Bioinspired AI ML sparse binary
  7. author = "Benjamin Hoover <benhoover34@gmail.com>, Dima Krotov <krotov@ibm.com>"
  8. author_email = "benhoover34@gmail.com"
  9. copyright = Benjamin Hoover
  10. branch = master
  11. version = 0.3.0
  12. min_python = 3.6
  13. audience = Developers
  14. language = English
  15. custom_sidebar = False
  16. license = apache2
  17. status = 4
  18. requirements = numpy>=1.5.0 gensim regex boto3 cached-property progressbar fastcore pyyaml
  19. console_scripts = flyvec_train=flyvec.train_flyvec:main
  20. flyvec_compile=flyvec.train_flyvec:init
  21. nbs_path = nbs
  22. doc_path = docs
  23. recursive = False
  24. doc_host = https://bhoov.github.io
  25. doc_baseurl = /flyvec/
  26. git_url = https://github.com/bhoov/flyvec/tree/master/
  27. lib_path = flyvec
  28. title = flyvec
Tip!

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

Comments

Loading...